Skip to content

Commit bddf8f5

Browse files
Merge pull request #411 from abhishek-lambda/CYP-1005
correct privateCloud
2 parents f4ceaf3 + 52d3ae0 commit bddf8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/set_args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function sync_args_from_cmd(args) {
456456
}
457457

458458
if ("privateCloud" in args) {
459-
if (lt_config["run_settings"]["privateCloud"]=="true"){
459+
if (args["run_settings"]["privateCloud"]=="true"){
460460
lt_config["run_settings"]["privateCloud"] = true;
461461
}else{
462462
lt_config["run_settings"]["privateCloud"] = false;

0 commit comments

Comments
 (0)