diff options
| author | Chayoung You | 2018-02-09 11:31:51 +0900 | 
|---|---|---|
| committer | Chayoung You | 2018-02-09 18:00:29 +0900 | 
| commit | b05d69f600e277b9272243ef01a050c77821eb65 (patch) | |
| tree | 48b47a0d15676003358a732cd82090d7571d7785 /Library/Homebrew/cask/lib/hbc | |
| parent | b4443e1cc0b41d2b25ca15b87c3d4cb2ab65837f (diff) | |
| download | brew-b05d69f600e277b9272243ef01a050c77821eb65.tar.bz2 | |
Format identifiers in oh1
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/installer.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/installer.rb b/Library/Homebrew/cask/lib/hbc/installer.rb index 8520f154d..a2833e8f9 100644 --- a/Library/Homebrew/cask/lib/hbc/installer.rb +++ b/Library/Homebrew/cask/lib/hbc/installer.rb @@ -75,7 +75,7 @@ module Hbc        fetch        uninstall_existing_cask if @reinstall -      oh1 "Installing Cask #{@cask}" +      oh1 "Installing Cask #{Formatter.identifier(@cask)}"        stage        install_artifacts        enable_accessibility_access @@ -348,7 +348,7 @@ module Hbc      end      def uninstall -      oh1 "Uninstalling Cask #{@cask}" +      oh1 "Uninstalling Cask #{Formatter.identifier(@cask)}"        disable_accessibility_access        uninstall_artifacts(clear: true)        purge_versioned_files @@ -356,7 +356,7 @@ module Hbc      end      def start_upgrade -      oh1 "Starting upgrade for Cask #{@cask}" +      oh1 "Starting upgrade for Cask #{Formatter.identifier(@cask)}"        disable_accessibility_access        uninstall_artifacts  | 
