Skip to content

Commit

Permalink
Merge pull request mina-deploy#84 from andrewhr/patch-1
Browse files Browse the repository at this point in the history
Foreman's stop task should stop
  • Loading branch information
rstacruz committed Jan 24, 2013
2 parents 240ea94 + 01f925c commit 6939c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/mina/foreman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
desc "Stop the application services"
task :stop do
queue %{
echo "-----> Starting #{foreman_app} services"
#{echo_cmd %[sudo "start #{foreman_app}"]}
echo "-----> Stopping #{foreman_app} services"
#{echo_cmd %[sudo "stop #{foreman_app}"]}
}
end

Expand All @@ -75,4 +75,4 @@
#{echo_cmd %[sudo start #{foreman_app} || sudo restart #{foreman_app}]}
}
end
end
end

0 comments on commit 6939c3e

Please sign in to comment.