diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/installer.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/installer.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Homebrew/cask/lib/hbc/installer.rb b/Library/Homebrew/cask/lib/hbc/installer.rb index 7da9731e5..aa6d600f7 100644 --- a/Library/Homebrew/cask/lib/hbc/installer.rb +++ b/Library/Homebrew/cask/lib/hbc/installer.rb @@ -94,7 +94,6 @@ module Hbc        odebug "Hbc::Installer#install"        if @cask.installed? && !force? && !@reinstall -        raise CaskAlreadyInstalledAutoUpdatesError, @cask if @cask.auto_updates          raise CaskAlreadyInstalledError, @cask        end @@ -143,7 +142,7 @@ module Hbc      def verify_has_sha        odebug "Checking cask has checksum"        return unless @cask.sha256 == :no_check -      raise CaskNoShasumError, @cask +      raise CaskNoShasumError, @cask.token      end      def verify | 
