Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from patcon/patch-1
Browse files Browse the repository at this point in the history
Corrected path in executable to lib dir.
  • Loading branch information
tizzo committed Feb 10, 2014
2 parents 3995dfc + 5329482 commit 131e378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/auth-proxy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

// Include the main application.
var proxy = require('../server.js');
var proxy = require('../lib/server.js');
var logger = proxy.logger;

// TODO: Setup a better way to configure this.
Expand Down

0 comments on commit 131e378

Please sign in to comment.