diff options
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index a45a5de77..9cb0fcb9c 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -83,7 +83,7 @@ module Homebrew class InstallationError < RuntimeError attr_reader :formula - def initialize formula, message="" + def initialize(formula, message) super message @formula = formula end |
