mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Override user-set default git template
This commit is contained in:
parent
7c68b1738b
commit
a7ca15d8e9
@ -291,6 +291,9 @@ class Tap
|
||||
args << "--origin=origin"
|
||||
args << "-q" if quiet
|
||||
|
||||
# Override user-set default template
|
||||
args << "--template="
|
||||
|
||||
begin
|
||||
safe_system "git", *args
|
||||
if !Readall.valid_tap?(self, aliases: true) && !Homebrew::EnvConfig.developer?
|
||||
|
Loading…
x
Reference in New Issue
Block a user