Skip to content

Commit

Permalink
Remove unnecessary puts
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed May 23, 2011
1 parent 124a951 commit 2cd2283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/appraisal/command.rb
Expand Up @@ -21,7 +21,6 @@ def initialize(command, gemfile = nil)
def run
announce
with_clean_env do
puts @command
unless Kernel.system(@command)
exit(1)
end
Expand Down

0 comments on commit 2cd2283

Please sign in to comment.