tap: allow Homebrew developers to tap broken taps.
This commit is contained in:
parent
3847db6026
commit
9d8c4e6279
@ -216,7 +216,9 @@ class Tap
|
|||||||
begin
|
begin
|
||||||
safe_system "git", *args
|
safe_system "git", *args
|
||||||
unless Readall.valid_tap?(self, :aliases => true)
|
unless Readall.valid_tap?(self, :aliases => true)
|
||||||
raise "Cannot tap #{name}: invalid syntax in tap!"
|
unless ARGV.homebrew_developer?
|
||||||
|
raise "Cannot tap #{name}: invalid syntax in tap!"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
rescue Interrupt, ErrorDuringExecution, RuntimeError
|
rescue Interrupt, ErrorDuringExecution, RuntimeError
|
||||||
ignore_interrupts do
|
ignore_interrupts do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user