diff options
Diffstat (limited to 'Library/Formula/bash-completion.rb')
| -rw-r--r-- | Library/Formula/bash-completion.rb | 2 |
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 |
