Skip to content

Commit 2cd8256

Browse files
committed
[minor] Small update to bin/node-http-proxy
1 parent 6c1c554 commit 2cd8256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/node-http-proxy

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var path = require('path'),
44
fs = require('fs'),
55
util = require('util'),
66
argv = require('optimist').argv,
7-
httpProxy = require('./../lib/node-http-proxy');
7+
httpProxy = require('../lib/node-http-proxy');
88

99
var help = [
1010
"usage: node-http-proxy [options] ",

0 commit comments

Comments
 (0)