aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-07-16 22:16:26 +0100
committerMike McQuaid2016-07-29 21:21:29 -0600
commitf334806eb1e41040eb2289aad64c567151393026 (patch)
tree2d2f2a733e06e0095ee45b7e39e7c044936701b7 /Library
parentaacdaa554cf629b719baaa2461a1ae0b1c0cded4 (diff)
downloadbrew-f334806eb1e41040eb2289aad64c567151393026.tar.bz2
compat/tap: cleanup style.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/compat/tap.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/tap.rb b/Library/Homebrew/compat/tap.rb
index fff6797f0..d1cf7f1d5 100644
--- a/Library/Homebrew/compat/tap.rb
+++ b/Library/Homebrew/compat/tap.rb
@@ -2,6 +2,7 @@ require "tap"
class Tap
def core_formula_repository?
+ odeprecated "Tap#core_formula_repository?", "Tap#core_tap?"
core_tap?
end
end