removed block of commented-out lines of code 47/128247/2
authorsharath reddy <bs.reddy@huawei.com>
Fri, 1 Apr 2022 08:32:05 +0000 (14:02 +0530)
committersharath reddy <bs.reddy@huawei.com>
Mon, 4 Apr 2022 07:45:33 +0000 (13:15 +0530)
Issue-ID: CLI-439

report: tested weather-report

Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: I25c613cf6434df6f5c99a465c86be9820d71f39a
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java

index 3bbdcf6..95ffb9f 100644 (file)
@@ -256,7 +256,7 @@ public class OpenCommandShellCmd extends OnapCommand {
                 outputValue = pr.getError();
 
         } else {
-            //remove ${tmp: and closing }
+            //remove $(tmp: and closing )
             String tmpName = this.output.substring(7, this.output.length()-1);
             String tmpFile = tmpFiles.get("tmp:" + tmpName);
             if (tmpFile != null) {