From b850ae2dd00f71b3a03ec9accac5c49a01e4092a Mon Sep 17 00:00:00 2001 From: indexzero Date: Sun, 3 Apr 2011 14:19:02 -0400 Subject: [PATCH] [fix] Update path to require statement in Redis store --- lib/nconf/stores/redis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nconf/stores/redis.js b/lib/nconf/stores/redis.js index abc3aa3..b9d7b15 100644 --- a/lib/nconf/stores/redis.js +++ b/lib/nconf/stores/redis.js @@ -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)