Multiple fixes & enhancement
[ccsdk/cds.git] / ms / controllerblueprints / modules / db-resources / src / main / kotlin / org / onap / ccsdk / apps / controllerblueprints / db / resources / BlueprintCatalogServiceImpl.kt
index 3ba729d..cfde86a 100644 (file)
@@ -41,7 +41,7 @@ abstract class BlueprintCatalogServiceImpl(private val blueprintValidator: BlueP
 
         if (blueprintFile.isDirectory) {
             extractedDirectory = blueprintFile
-            archivedDirectory = File(":$blueprintFile.zip")
+            archivedDirectory = File("$blueprintFile.zip")
             toDeleteDirectory = archivedDirectory
 
             if (!BluePrintArchiveUtils.compress(blueprintFile, archivedDirectory, true)) {