aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-12-08 16:30:29 -0600
committerJack Nagel2013-12-08 16:41:35 -0600
commit6a9a051a725b68989020da7a9cb6bd531309da1b (patch)
tree8828da3f1820f46e8c559f972be437ff7936c250 /Library
parentc292d2d9fe8be9a7610856351eabb5cc6a18a0e6 (diff)
downloadhomebrew-6a9a051a725b68989020da7a9cb6bd531309da1b.tar.bz2
bottle: fix typo'd option name
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index d3eac90fa..3437f8e65 100644
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -117,7 +117,7 @@ module Homebrew extend self
bottle_revision = -1
begin
bottle_revision += 1
- filename = bottle_filename(f, :tag => bottle_tag, :bottle_revision => bottle_revision)
+ filename = bottle_filename(f, :tag => bottle_tag, :revision => bottle_revision)
end while not ARGV.include? '--no-revision' \
and master_bottle_filenames.include? filename