Skip to content

Commit

Permalink
Proper Revert "[fix] Make -v|--version work. Fixes #303."
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed May 6, 2013
1 parent 22a3923 commit acf59a7
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 @@ -538,7 +538,7 @@ cli.run = function () {
};

cli.start = function () {
if (app.argv.v || app.argv.version) {
if (app.argv.version) {
return console.log('v' + forever.version);
}

Expand Down

0 comments on commit acf59a7

Please sign in to comment.