From 5bf723d1c51f4d6bf00444321ac25531da835a9d Mon Sep 17 00:00:00 2001 From: Jeff Lu Date: Thu, 20 Apr 2023 20:57:57 -0400 Subject: [PATCH] undo add autoSetupCliInContainer logic check --- package.json | 2 +- src/common/src/utils.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dc1d224..93ef357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hzn-cli", - "version": "0.5.01", + "version": "0.5.02", "description": "Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments", "main": "./build/index.js", "bin": { diff --git a/src/common/src/utils.ts b/src/common/src/utils.ts index a89ae40..5877746 100644 --- a/src/common/src/utils.ts +++ b/src/common/src/utils.ts @@ -422,7 +422,7 @@ export class Utils { }, error: (err) => observer.error(err) }) - } else if(setup == SetupEnvironment.autoUpdateConfigFiles || setup == SetupEnvironment.autoSetupCliInContainer) { + } else if(setup == SetupEnvironment.autoUpdateConfigFiles) { let configJson this.updateConfig(configFile) .subscribe({