aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-02 10:11:48 +0000
committerMike McQuaid2014-02-02 10:11:48 +0000
commitcb97f3e5d592f03758ace778c1fbb1c9b6209d50 (patch)
treed59a4bcb4b3f5d3c587ce17262706656dddd5710 /Library
parenta88c596361ad1b74c0bb122abf954744a678ac21 (diff)
downloadhomebrew-cb97f3e5d592f03758ace778c1fbb1c9b6209d50.tar.bz2
caveats: tweak app bundle message.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/caveats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb
index fff0b603c..75746a8d2 100644
--- a/Library/Homebrew/caveats.rb
+++ b/Library/Homebrew/caveats.rb
@@ -63,7 +63,7 @@ class Caveats
def app_caveats
if keg and keg.app_installed?
<<-EOS.undent
- .app bundles were installed to #{f.prefix} (or libexec).
+ .app bundles were installed.
Run `brew linkapps` to symlink these to /Applications.
EOS
end