We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e3c6e commit 52d3ae0Copy full SHA for 52d3ae0
commands/utils/set_args.js
@@ -456,7 +456,7 @@ function sync_args_from_cmd(args) {
456
}
457
458
if ("privateCloud" in args) {
459
- if (lt_config["run_settings"]["privateCloud"]=="true"){
+ if (args["run_settings"]["privateCloud"]=="true"){
460
lt_config["run_settings"]["privateCloud"] = true;
461
}else{
462
lt_config["run_settings"]["privateCloud"] = false;
0 commit comments