aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 868aebfc5..ba183b4d9 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -674,7 +674,7 @@ EOF
end
def keg_only reason, explanation=nil
- @keg_only_reason = KegOnlyReason.new(reason, explanation.chomp)
+ @keg_only_reason = KegOnlyReason.new(reason, explanation.to_s.chomp)
end
end
end