Skip to content

Commit

Permalink
That's not true, stupid!
Browse files Browse the repository at this point in the history
* lib/amazing/cli/commands.rb: (cmd_stop_process)
Don't display log warning from --stop.
  • Loading branch information
dag committed Apr 26, 2008
1 parent 7195c2f commit 1663e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amazing/cli/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def cmd_show_help

def cmd_stop_process
if @options[:stop]
stop_process(true)
stop_process(false)
exit
end
end
Expand Down

0 comments on commit 1663e9a

Please sign in to comment.