Skip to content

Commit

Permalink
[fix] Update path to require statement in Redis store
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Apr 3, 2011
1 parent 6f16bc7 commit b850ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nconf/stores/redis.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var async = require('async'),
redis = require('redis'),
nconf = require('nconf'),
Memory = require('./Memory').Memory;
Memory = require('./memory').Memory;

//
// ### function Redis (options)
Expand Down

0 comments on commit b850ae2

Please sign in to comment.