aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 4a2b033b6..046a93bfa 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -101,7 +101,8 @@ end
class Formula
include FileUtils
- attr_reader :name, :path, :url, :bottle, :bottle_sha1, :version, :homepage, :specs, :downloader
+ attr_reader :name, :path, :url, :version, :homepage, :specs, :downloader
+ attr_reader :bottle, :bottle_sha1
# Homebrew determines the name
def initialize name='__UNKNOWN__', path=nil