Skip to content

Commit

Permalink
Fix require bug
Browse files Browse the repository at this point in the history
  • Loading branch information
smfreegard committed Jul 20, 2012
1 parent 72b94da commit 3875f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/haraka
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var fs = require('fs'),
"f": ["--force"],
},
parsed = nopt(knownOpts, shortHands, process.argv, 2),
existsSync = require('./utils').existsSync;
existsSync = require(base+'/utils').existsSync;

var usage = [
"\033[32;40mHaraka.js\033[0m — A Node.js Email Server project",
Expand Down

0 comments on commit 3875f63

Please sign in to comment.