Skip to content

Commit eda451a

Browse files
add args
1 parent 52d3ae0 commit eda451a

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)