Print SHA checksum in double quotes

to match formatting used in formulas, for easier copy/pasting.
This commit is contained in:
Борис Верховский 2020-08-10 22:10:49 -06:00 committed by GitHub
parent b447f57e36
commit 96ba643f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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