From: sharath reddy Date: Fri, 1 Apr 2022 08:32:05 +0000 (+0530) Subject: removed block of commented-out lines of code X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2886dd5352229a1d5b3df12db41178bfd9312678;p=cli.git removed block of commented-out lines of code Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy Change-Id: I25c613cf6434df6f5c99a465c86be9820d71f39a Signed-off-by: sharath reddy --- 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) {