diff options
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 569ea7988..f5e81d65e 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -63,7 +63,7 @@ class SoftwareSpec def bottled? bottle_specification.tag?(bottle_tag) && \ - bottle_specification.compatible_cellar? + (bottle_specification.compatible_cellar? || ARGV.force_bottle?) end def bottle &block |
