diff options
| author | Adam Vandenberg | 2013-05-03 11:03:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-03 11:03:42 -0700 |
| commit | c150b7ed85f08e4ebb9a1d5bf3171eed89e345c4 (patch) | |
| tree | edc92af00a3fda0cfc671d02e0e063538793b403 /Library/Formula/git-now.rb | |
| parent | 303ce8fe86b56d9edb8cede08b113817e8b1a6c7 (diff) | |
| download | homebrew-c150b7ed85f08e4ebb9a1d5bf3171eed89e345c4.tar.bz2 | |
use bash/zsh path helpers
Diffstat (limited to 'Library/Formula/git-now.rb')
| -rw-r--r-- | Library/Formula/git-now.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-now.rb b/Library/Formula/git-now.rb index ce831cea4..876dba292 100644 --- a/Library/Formula/git-now.rb +++ b/Library/Formula/git-now.rb @@ -15,7 +15,7 @@ class GitNow < Formula def install system "make", "prefix=#{prefix}", "install" - (share+'zsh/site-functions').install 'etc/_git-now' + zsh_completion.install 'etc/_git-now' end end |
