mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
comment spelling
This commit is contained in:
@@ -39,7 +39,7 @@ class Cask::Artifact::Base
|
||||
description.concat(" #{key.inspect}")
|
||||
end
|
||||
|
||||
# backwards-compatible string value
|
||||
# backward-compatible string value
|
||||
if arguments.kind_of?(String)
|
||||
arguments = { :executable => arguments }
|
||||
end
|
||||
|
||||
+1
-1
@@ -99,7 +99,7 @@ module Cask::DSL
|
||||
rescue StandardError => e
|
||||
raise CaskInvalidError.new(self.title, e)
|
||||
end
|
||||
# todo: remove this backwards compatibility section after removing nested_container
|
||||
# todo: remove this backward-compatibility section after removing nested_container
|
||||
if @container and @container.nested
|
||||
artifacts[:nested_container] << @container.nested
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user