Extend Restconf executor function
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / PNF_CDS_RESTCONF / Scripts / kotlin / RestconfSoftwareUpgrade.kt
index 96345f0..f2335c1 100644 (file)
@@ -66,7 +66,7 @@ class RestconfSoftwareUpgrade : AbstractScriptComponentFunction() {
         } catch (err: Exception) {
             log.error("an error occurred while configuring device {}", err)
         } finally {
-            restconfUnMountDevice(model.client, model.deviceId, "")
+            restconfUnMountDevice(model.client, model.deviceId)
         }
     }