Skip to content

Commit

Permalink
Renamed for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Mar 20, 2020
1 parent da34f3e commit 225e7aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ajv = new Ajv({ useDefaults: true });
// get config
const config = common.getConfig();

const baseConfig = ajv.validate(require('./config/baseSchema'), config);
const baseConfig = ajv.validate(require('./config/settingsSchema'), config);
if(baseConfig === false){
console.log(colors.red(`settings.json incorrect: ${ajv.errorsText()}`));
process.exit(2);
Expand Down
File renamed without changes.

0 comments on commit 225e7aa

Please sign in to comment.