Fix CaskAlreadyCreatedError message output

Minor edit.
This commit is contained in:
tjt263 2018-04-30 05:29:28 +08:00 committed by GitHub
parent 03dd26c5fa
commit b47b528859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ module Hbc
class CaskAlreadyCreatedError < AbstractCaskErrorWithToken
def to_s
%Q(Cask '#{token}' already exists. Run #{Formatter.identifier("brew cask cat #{token}")} to edit it.)
%Q(Cask '#{token}' already exists. Run #{Formatter.identifier("brew cask edit #{token}")} to edit it.)
end
end