diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cask_loader.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cask_loader.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/cask/lib/hbc/cask_loader.rb b/Library/Homebrew/cask/lib/hbc/cask_loader.rb index 08d457643..c32b35584 100644 --- a/Library/Homebrew/cask/lib/hbc/cask_loader.rb +++ b/Library/Homebrew/cask/lib/hbc/cask_loader.rb @@ -190,7 +190,7 @@ module Hbc        when 2..Float::INFINITY          loaders = possible_tap_casks.map(&FromTapPathLoader.method(:new)) -        raise CaskError, <<-EOS.undent +        raise CaskError, <<~EOS            Cask #{ref} exists in multiple taps:            #{loaders.map { |loader| "  #{loader.tap}/#{loader.token}" }.join("\n")}          EOS | 
