diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 118061e9a..480bfc3bc 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -59,10 +59,10 @@ class Git < Formula    def caveats; <<-EOS.undent      Bash completion has been installed to: -      #{prefix}/etc/bash_completion.d/ +      #{etc}/bash_completion.d      Emacs support has been installed to: -      #{share}/doc/git-core/contrib/emacs/ +      #{share}/doc/git-core/contrib/emacs      The rest of the "contrib" has been installed to:        #{share}/contrib  | 
