aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-06-14 21:40:53 +0800
committerXu Cheng2015-06-14 21:40:53 +0800
commit8f852380941f42b41b89415a500aeb30ecd98e83 (patch)
tree394dc6f6358893ef9402204655fb1e3b8baab387 /Library
parent5e3a1a7b218fe38cea0c66fce02048169cc80c2b (diff)
downloadbrew-8f852380941f42b41b89415a500aeb30ecd98e83.tar.bz2
remove incorrect tag for Tap document
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb
index f02515175..6dc83473b 100644
--- a/Library/Homebrew/tap.rb
+++ b/Library/Homebrew/tap.rb
@@ -4,7 +4,6 @@
# case, `user/repo` will be used as the {#name} of this {Tap}, where
# {#user} represents Github username and {#repo} represents repository
# name without leading `homebrew-`.
-# @abstract
class Tap
TAP_DIRECTORY = HOMEBREW_LIBRARY/"Taps"