diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 734d46d36..3e9a59022 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -23,7 +23,7 @@ class Git <Formula system "make install" # Install the git bash completion file - etc.install 'contrib/completion/git-completion.bash' + (etc+'bash_completion.d').install 'contrib/completion/git-completion.bash' # these files are exact copies of the git binary, so like the contents # of libexec/git-core lets hard link them |
