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 fdf9990 commit 84ca3d5Copy full SHA for 84ca3d5
lib/deploymentConfig.js
@@ -35,7 +35,7 @@ class DeploymentConfig {
35
for (const validator of config.configvalidators) {
36
// eslint-disable-next-line no-new-func
37
const f = new Function('baseconfig', 'githubContext', validator.script)
38
- this.configvalidators[validator.plugin] = { isValid: f, error: validator.error }
+ this.configValidators[validator.plugin] = { isValid: f, error: validator.error }
39
}
40
41
0 commit comments