diff options
| -rwxr-xr-x | Library/Contributions/examples/brew-bottle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-bottle.rb b/Library/Contributions/examples/brew-bottle.rb index 5877fbf18..ccfc0bd3c 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 |
