Skip to content

Commit

Permalink
[minor] Small update to bin/node-http-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 10, 2011
1 parent 6c1c554 commit 2cd8256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node-http-proxy
Expand Up @@ -4,7 +4,7 @@ var path = require('path'),
fs = require('fs'),
util = require('util'),
argv = require('optimist').argv,
httpProxy = require('./../lib/node-http-proxy');
httpProxy = require('../lib/node-http-proxy');

var help = [
"usage: node-http-proxy [options] ",
Expand Down

0 comments on commit 2cd8256

Please sign in to comment.