diff --git a/lib/tasks/paperclip.rake b/lib/tasks/paperclip.rake index 1792c138d..7d2df8af5 100644 --- a/lib/tasks/paperclip.rake +++ b/lib/tasks/paperclip.rake @@ -41,7 +41,9 @@ namespace :paperclip do "ID: #{asset.id}:" end end - $stderr.puts 'All gone well! ' \ - 'You can grab a beer now and enjoy the evening.' unless error + unless error + $stderr.puts 'All gone well! ' \ + 'You can grab a beer now and enjoy the evening.' + end end end