Skip to content

Commit 84ca3d5

Browse files
fix: typo
1 parent fdf9990 commit 84ca3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deploymentConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DeploymentConfig {
3535
for (const validator of config.configvalidators) {
3636
// eslint-disable-next-line no-new-func
3737
const f = new Function('baseconfig', 'githubContext', validator.script)
38-
this.configvalidators[validator.plugin] = { isValid: f, error: validator.error }
38+
this.configValidators[validator.plugin] = { isValid: f, error: validator.error }
3939
}
4040
}
4141

0 commit comments

Comments
 (0)