From 8199f1d617b9992cb0e9f87b23ac4bcd5a0774c5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 2 Dec 2010 01:13:41 +0000 Subject: [PATCH] Add missing newline to brew bottle. --- Library/Contributions/examples/brew-bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/examples/brew-bottle.rb b/Library/Contributions/examples/brew-bottle.rb index 5877fbf181..ccfc0bd3ca 100755 --- a/Library/Contributions/examples/brew-bottle.rb +++ b/Library/Contributions/examples/brew-bottle.rb @@ -18,4 +18,4 @@ ARGV.each do|formula| safe_system 'tar', 'czf', "#{destination}/#{filename}", "#{formula}/#{version}" end ohai "Bottled #{filename}" -end \ No newline at end of file +end