diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/artifact/relocated.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/artifact/relocated.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb b/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb index 335d7e2fc..aa12dfa4a 100644 --- a/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb +++ b/Library/Homebrew/cask/lib/hbc/artifact/relocated.rb @@ -31,7 +31,7 @@ module Hbc                                  print_stderr: false).stdout.sub(/\A\((.*)\)\Z/, '\1')          odebug "Existing metadata is: '#{altnames}'"          altnames.concat(", ") unless altnames.empty? -        altnames.concat(%Q{"#{altname}"}) +        altnames.concat(%Q("#{altname}"))          altnames = "(#{altnames})"          # Some packges are shipped as u=rx (e.g. Bitcoin Core)  | 
