Skip to content

Commit cffc306

Browse files
add fix
1 parent 0c6cbbe commit cffc306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ module.exports = validate_config = function (lt_config, validation_configs) {
452452
}
453453
}
454454

455-
if ("privateCloud" in lt_config["privateCloud"]) {
455+
if ("privateCloud" in lt_config["run_settings"]) {
456456
if (!(typeof lt_config["run_settings"]["privateCloud"] === "boolean")) {
457457
reject("Error!! boolean value is expected in command_log key");
458458
}

0 commit comments

Comments
 (0)