diff options
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index ed5826da0..8a6c78bb4 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -76,8 +76,7 @@ module Homebrew extend self fi.caveats fi.finish rescue CannotInstallFormulaError => e - onoe e.message - Homebrew.failed = true + ofail e.message end end end |
