diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb index a0cf17b64..27f195a4d 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_stanza.rb @@ -46,8 +46,10 @@ module Hbc          return if DSL::DSL_METHODS.include?(stanza)          raise ArgumentError, -          "Unknown/unsupported stanza: '#{stanza}' Check cask reference"\ -          " for supported stanzas." +          <<~EOS +            Unknown/unsupported stanza: '#{stanza}' +            Check cask reference for supported stanzas. +          EOS        end        def run  | 
