diff --git a/Library/Homebrew/cask/exceptions.rb b/Library/Homebrew/cask/exceptions.rb index 7d5c44b151..b36df6a97c 100644 --- a/Library/Homebrew/cask/exceptions.rb +++ b/Library/Homebrew/cask/exceptions.rb @@ -129,7 +129,7 @@ module Cask def to_s <<~EOS Cask '#{token}' requires a checksum: - #{Formatter.identifier("sha256 '#{actual}'")} + #{Formatter.identifier('sha256 "#{actual}"')} EOS end end