diff options
| author | Mike McQuaid | 2018-02-09 12:01:33 +0000 |
|---|---|---|
| committer | GitHub | 2018-02-09 12:01:33 +0000 |
| commit | 72aa8f5d457a7e9e20c2cde424cdcbeab4507b7f (patch) | |
| tree | 48b47a0d15676003358a732cd82090d7571d7785 /Library/Homebrew/utils/git.rb | |
| parent | b4443e1cc0b41d2b25ca15b87c3d4cb2ab65837f (diff) | |
| parent | b05d69f600e277b9272243ef01a050c77821eb65 (diff) | |
| download | brew-72aa8f5d457a7e9e20c2cde424cdcbeab4507b7f.tar.bz2 | |
Merge pull request #3778 from yous/cmd-format-formula
Format identifiers in oh1
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" |
