aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorEric Andrew Lewis2015-10-13 11:56:39 -0400
committerMike McQuaid2015-10-19 10:16:40 +0100
commit5ec396ed38ce9b48108715376c7ff38d7ad48cf9 (patch)
treec029f6c144e2db1023056f3cf875e3f06ee8c181 /Library/Homebrew/exceptions.rb
parentcfb913b2c2ad520f4c9c85bdddf59bfcd79242d3 (diff)
downloadbrew-5ec396ed38ce9b48108715376c7ff38d7ad48cf9.tar.bz2
install: make search output more intuitive.
Closes Homebrew/homebrew#42222. Closes Homebrew/homebrew#44892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 957fc42b9..29cd480d5 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -47,7 +47,7 @@ class FormulaUnavailableError < RuntimeError
end
def to_s
- "No available formula for #{name} #{dependent_s}"
+ "No available formula with the name \"#{name}\" #{dependent_s}"
end
end