aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-flow.rb')
-rw-r--r--Library/Formula/git-flow.rb9
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