aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-extras.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-extras.rb')
-rw-r--r--Library/Formula/git-extras.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb
index 9aba74bd1..2d426fe24 100644
--- a/Library/Formula/git-extras.rb
+++ b/Library/Formula/git-extras.rb
@@ -14,10 +14,4 @@ class GitExtras < Formula
inreplace 'Makefile', %r|\$\(DESTDIR\)(?=/etc/bash_completion\.d)|, '$(DESTDIR)$(PREFIX)'
system "make", "PREFIX=#{prefix}", "install"
end
-
- def caveats; <<-EOS.undent
- Bash completion has been installed to:
- #{etc}/bash_completion.d
- EOS
- end
end