aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 65f8c338b..7abcc0b44 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -1287,7 +1287,7 @@ class Formula
hsh["installed"] << {
"version" => keg.version.to_s,
"used_options" => tab.used_options.as_flags,
- "built_as_bottle" => tab.built_bottle,
+ "built_as_bottle" => tab.built_as_bottle,
"poured_from_bottle" => tab.poured_from_bottle
}
end