Skip to content

Commit

Permalink
fix require in examples/eval.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrejo committed Feb 18, 2013
1 parent bd1e004 commit 6a09b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eval.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var redis = require("./index"),
var redis = require("../index"),
client = redis.createClient();

redis.debug_mode = true;
Expand Down

0 comments on commit 6a09b2d

Please sign in to comment.