brew style --fix

This commit is contained in:
Mike McQuaid 2023-03-03 10:45:08 +00:00
parent 6c39dad788
commit d20abb4863
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -59,7 +59,7 @@ module Cask
attr_reader :token, :path
def initialize(path) # rubocop:disable Lint/MissingSuper
def initialize(path)
path = Pathname(path).expand_path
@token = path.basename(path.extname).to_s