aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharath reddy <bs.reddy@huawei.com>2022-04-01 14:02:05 +0530
committersharath reddy <bs.reddy@huawei.com>2022-04-04 13:15:33 +0530
commit2886dd5352229a1d5b3df12db41178bfd9312678 (patch)
tree8368ce50165efcb92e9ea77d533e7c1e9d46f4c5
parent37e08a4d965751c570b125eda565abd3d6dfafbc (diff)
removed block of commented-out lines of code
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>
-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) {