diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/bottles.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index a656e4368..1bd6b0221 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -30,8 +30,7 @@ end def built_as_bottle? f return false unless f.installed? tab = Tab.for_keg(f.installed_prefix) - # Need to still use the old "built_bottle" until all bottles are updated. - tab.built_as_bottle or tab.built_bottle + tab.built_as_bottle end def bottle_current? f |
