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 2b18b8b commit 785dd75Copy full SHA for 785dd75
lib/fix-me.js
@@ -18,7 +18,7 @@ FixMe.prototype.runEngine = function(){
18
self = this;
19
20
if (fs.existsSync('/config.json')) {
21
- overrides = JSON.parse(fs.readFileSync('/config.json'));
+ var overrides = JSON.parse(fs.readFileSync('/config.json'));
22
23
for (var prop in overrides) {
24
config[prop] = overrides[prop];
0 commit comments