We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1c554 commit 2cd8256Copy full SHA for 2cd8256
bin/node-http-proxy
@@ -4,7 +4,7 @@ var path = require('path'),
4
fs = require('fs'),
5
util = require('util'),
6
argv = require('optimist').argv,
7
- httpProxy = require('./../lib/node-http-proxy');
+ httpProxy = require('../lib/node-http-proxy');
8
9
var help = [
10
"usage: node-http-proxy [options] ",
0 commit comments