Skip to content

Commit 5b9d041

Browse files
Merge pull request #406 from abhishek-lambda/CYP-1005
add fix
2 parents 70dee85 + cffc306 commit 5b9d041

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)