aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash-completion.rb
diff options
context:
space:
mode:
authorSebastian Staudt2011-03-20 18:09:58 +0100
committerAdam Vandenberg2011-03-20 10:42:17 -0700
commite4bc0d4030627f9b5cc040796586f0eebabdf7c0 (patch)
treeb34989176a59a8b8dbbd2f900d07bc8fa4026a04 /Library/Formula/bash-completion.rb
parentddc767350c1da7f4a735d9aa0840d6fe6274696b (diff)
downloadhomebrew-e4bc0d4030627f9b5cc040796586f0eebabdf7c0.tar.bz2
Fixed command to add Homebrew's completion script
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/bash-completion.rb')
-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 33016e604..bf987d241 100644
--- a/Library/Formula/bash-completion.rb
+++ b/Library/Formula/bash-completion.rb
@@ -28,7 +28,7 @@ Add the following lines to your ~/.bash_profile file:
fi
To install Homebrew's own completion script:
- ln "#{HOMEBREW_PREFIX}/Library/Contributions/brew_bash_completion.sh", "#{etc}/bash_completion.d"
+ ln "#{HOMEBREW_PREFIX}/Library/Contributions/brew_bash_completion.sh" "#{etc}/bash_completion.d"
EOS
end
end