update: ensure git is installed

This commit is contained in:
Xu Cheng 2015-09-01 16:56:29 +08:00
parent faa6334774
commit 03f7e19ca6

View File

@ -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")