Skip to content

Commit

Permalink
[fix] Pass argvOptions to app.config.argv as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook authored and AvianFlu committed Mar 6, 2012
1 parent 8529281 commit cda371d
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 @@ -107,7 +107,7 @@ var actions = [
'cleanlogs'
];

app.config.argv().env();
app.config.argv(argvOptions).env();

var reserved = ['root', 'pidPath'];

Expand Down

0 comments on commit cda371d

Please sign in to comment.