Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
playground committed Apr 21, 2023
1 parent 65862de commit 8f9ac6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/common/src/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/common/src/utils.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hzn-cli",
"version": "0.5.06",
"version": "0.5.7",
"description": "Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments",
"main": "./build/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export class Utils {
if(!configFile || configFile.length == 0 || !existsSync(configFile)) {
observer.next('Please provide --config_file name')
observer.complete()
} else if(setup == SetupEnvironment.autoSetupAllInOne) {
} else if(setup == SetupEnvironment.autoSetupAllInOne || setup == SetupEnvironment.autoSetupCliInContainer || setup == SetupEnvironment.autoSetupAnaxInContainer) {
const config = jsonfile.readFileSync(configFile);
const pEnv: any = process.env;
const org = config.org
Expand Down

0 comments on commit 8f9ac6c

Please sign in to comment.