Skip to content

Commit

Permalink
[fix minor] Fix 2 typos in forever service CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and indexzero committed Dec 23, 2011
1 parent 079137c commit ed0d1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/forever/service/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ var service = new Service({
});

app.cmd('install', cli.install = function () {
app.service.install(function onInstall(err) {
service.install(function onInstall(err) {
if (err) {
forevee.log.error(err);
forever.log.error(err);
}
else {
forever.log.info('foreverd installed');
Expand Down

0 comments on commit ed0d1e8

Please sign in to comment.