diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2022-04-04 12:44:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-04 12:44:41 +0000 |
commit | f9ad62b9a84ad5e5564d8ffa62a64943867fef8d (patch) | |
tree | a87bf3eb67563db0fb456a659be305749e569ba2 /profiles | |
parent | 92fc83e29f8ddf853555471ac4889342d89286cc (diff) | |
parent | 2886dd5352229a1d5b3df12db41178bfd9312678 (diff) |
Merge "removed block of commented-out lines of code"
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/command/src/main/java/org/onap/cli/fw/cmd/cmd/OpenCommandShellCmd.java | 2 |
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) { |