update: ensure git is installed
This commit is contained in:
parent
faa6334774
commit
03f7e19ca6
@ -12,6 +12,9 @@ module Homebrew
|
||||
EOS
|
||||
end
|
||||
|
||||
# ensure git is installed
|
||||
Utils.ensure_git_installed!
|
||||
|
||||
# ensure GIT_CONFIG is unset as we need to operate on .git/config
|
||||
ENV.delete("GIT_CONFIG")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user