From b30f4099955063b74a4744515536bf78042ebe71 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 8 Dec 2013 16:30:29 -0600 Subject: [PATCH] bottle: fix typo'd option name --- Library/Homebrew/cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index d3eac90fab..3437f8e659 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