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