Skip to content

Commit 53437cc

Browse files
Merge pull request #412 from abhishek-lambda/CYP-1005
add args
2 parents bddf8f5 + eda451a commit 53437cc

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 (args["run_settings"]["privateCloud"]=="true"){
459+
if (args["privateCloud"]=="true"){
460460
lt_config["run_settings"]["privateCloud"] = true;
461461
}else{
462462
lt_config["run_settings"]["privateCloud"] = false;

0 commit comments

Comments
 (0)