aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/git.rb
diff options
context:
space:
mode:
authorChayoung You2018-02-09 11:31:51 +0900
committerChayoung You2018-02-09 18:00:29 +0900
commitb05d69f600e277b9272243ef01a050c77821eb65 (patch)
tree48b47a0d15676003358a732cd82090d7571d7785 /Library/Homebrew/utils/git.rb
parentb4443e1cc0b41d2b25ca15b87c3d4cb2ab65837f (diff)
downloadbrew-b05d69f600e277b9272243ef01a050c77821eb65.tar.bz2
Format identifiers in oh1
Diffstat (limited to 'Library/Homebrew/utils/git.rb')
-rw-r--r--Library/Homebrew/utils/git.rb2
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"