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-flow.rb | |
| parent | 303ce8fe86b56d9edb8cede08b113817e8b1a6c7 (diff) | |
| download | homebrew-c150b7ed85f08e4ebb9a1d5bf3171eed89e345c4.tar.bz2 | |
use bash/zsh path helpers
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index cad6bf5d9..e35cd2195 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -23,8 +23,8 @@ class GitFlow < Formula      system "make", "prefix=#{prefix}", "install"      GitFlowCompletion.new('git-flow-completion').brew do -      (prefix+'etc/bash_completion.d').install "git-flow-completion.bash" -      (share+'zsh/site-functions').install "git-flow-completion.zsh" +      bash_completion.install "git-flow-completion.bash" +      zsh_completion.install "git-flow-completion.zsh"      end    end  end | 
