aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bash-completion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bash-completion.rb b/Library/Formula/bash-completion.rb
index acbbef2c4..e9696c3c7 100644
--- a/Library/Formula/bash-completion.rb
+++ b/Library/Formula/bash-completion.rb
@@ -15,7 +15,7 @@ class BashCompletion <Formula
def caveats
puts <<-EOS
==============================================================
-Add the following lines to your ~/.profile file:
+Add the following lines to your ~/.bash_profile file:
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi