Add missing newline to brew bottle.

This commit is contained in:
Mike McQuaid 2010-12-02 01:13:41 +00:00
parent f44d1f06e5
commit 8199f1d617

View File

@ -18,4 +18,4 @@ ARGV.each do|formula|
safe_system 'tar', 'czf', "#{destination}/#{filename}", "#{formula}/#{version}"
end
ohai "Bottled #{filename}"
end
end