From 979fdb57f0b3405369b9b783ba816dad048bc25e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 18 Jul 2012 03:22:00 -0500 Subject: Automatically append shell completion caveats Signed-off-by: Jack Nagel --- Library/Formula/git-flow.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Library/Formula/git-flow.rb') 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 -- cgit v1.2.3