Skip to content
Snippets Groups Projects
Unverified Commit 9ea05775 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #8464 from reitermarkus/git-available-cache

Call `clear_available_cache` after installing Git.
parents 285a52ff 67760001
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ module Utils
begin
oh1 "Installing #{Formatter.identifier("git")}"
safe_system HOMEBREW_BREW_FILE, "install", "git"
clear_available_cache
rescue
raise "Git is unavailable"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment