Skip to content

Commit

Permalink
[fix] Fix for pass-through parameters (nconf@0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Dec 1, 2011
1 parent e7e8fdf commit 63d91b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function getOptions(file) {
// Now we have to force optimist to reparse command line options because
// we've removed some before.
//
app.config.stores.argv.reset();
app.config.stores.argv.store = {};
app.config.stores.argv.loadSync();

[
Expand Down

0 comments on commit 63d91b2

Please sign in to comment.