aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java b/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java
index 3bbdcf6f..95ffb9f2 100644
--- a/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java
+++ b/profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java
@@ -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) {