aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2022-04-04 12:44:41 +0000
committerGerrit Code Review <gerrit@onap.org>2022-04-04 12:44:41 +0000
commitf9ad62b9a84ad5e5564d8ffa62a64943867fef8d (patch)
treea87bf3eb67563db0fb456a659be305749e569ba2
parent92fc83e29f8ddf853555471ac4889342d89286cc (diff)
parent2886dd5352229a1d5b3df12db41178bfd9312678 (diff)
Merge "removed block of commented-out lines of code"
-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) {