diff options
| author | Jack Nagel | 2012-07-18 03:22:00 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-08-07 15:32:00 -0500 | 
| commit | 979fdb57f0b3405369b9b783ba816dad048bc25e (patch) | |
| tree | dc2834f4a88dec5453602224112bc4d47edeeee3 /Library/Formula/git-flow.rb | |
| parent | 0f19fc498714918ecd4b23cc0f22a20a16fff4b1 (diff) | |
| download | homebrew-979fdb57f0b3405369b9b783ba816dad048bc25e.tar.bz2 | |
Automatically append shell completion caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index e04dd6496..39627d08e 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -25,13 +25,4 @@ class GitFlow < Formula        (share+'zsh/site-functions').install "git-flow-completion.zsh"      end    end - -  def caveats; <<-EOS.undent -    Bash completion has been installed to: -      #{etc}/bash_completion.d - -    zsh completion has been installed to: -      #{HOMEBREW_PREFIX}/share/zsh/site-functions -    EOS -  end  end | 
