caveats: tweak app bundle message.

This commit is contained in:
Mike McQuaid 2014-02-02 10:11:48 +00:00
parent 18730f835d
commit 8b969e981c

View File

@ -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