Print SHA checksum in double quotes
to match formatting used in formulas, for easier copy/pasting.
This commit is contained in:
parent
b447f57e36
commit
96ba643f03
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user