Skip to content

Commit

Permalink
[fix] Match case in require statements
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 19, 2011
1 parent 0addce4 commit a490c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nconf/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var fs = require('fs'),
async = require('async'),
formats = require('./formats'),
Memory = require('./stores/Memory').Memory;
Memory = require('./stores/memory').Memory;

var common = exports;

Expand Down

0 comments on commit a490c77

Please sign in to comment.