mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 20:25:22 +08:00
fixes hound
This commit is contained in:
parent
f560a9999a
commit
e1ed1b74f8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue