diff options
Diffstat (limited to 'Library/Homebrew/utils/git.rb')
| -rw-r--r-- | Library/Homebrew/utils/git.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/utils/git.rb b/Library/Homebrew/utils/git.rb index f1113af66..ac17967c5 100644 --- a/Library/Homebrew/utils/git.rb +++ b/Library/Homebrew/utils/git.rb @@ -50,7 +50,7 @@ module Utils      # we cannot install brewed git if homebrew/core is unavailable.      if CoreTap.instance.installed?        begin -        oh1 "Installing git" +        oh1 "Installing #{Formatter.identifier("git")}"          safe_system HOMEBREW_BREW_FILE, "install", "git"        rescue          raise "Git is unavailable" | 
