Skip to content

Commit

Permalink
Merge pull request #288 from jchip/master
Browse files Browse the repository at this point in the history
fix log spelling
  • Loading branch information
lorenwest committed Feb 4, 2016
2 parents c77d2b8 + c0a38ab commit dc0ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Expand Up @@ -1691,5 +1691,5 @@ var config = module.exports = new Config();
var showWarnings = !(util.initParam('SUPPRESS_NO_CONFIG_WARNING'));
if (showWarnings && Object.keys(config).length === 0) {
console.error('WARNING: No configurations found in configuration directory:' +CONFIG_DIR);
console.error('WARNING: To disable this warning set SUPRESS_NO_CONFIG_WARNING in the environment.');
console.error('WARNING: To disable this warning set SUPPRESS_NO_CONFIG_WARNING in the environment.');
}

0 comments on commit dc0ca71

Please sign in to comment.