generate_cask_token: make report adhere to brew style (#116121)

This commit is contained in:
neutric 2021-12-20 14:22:10 +01:00 committed by GitHub
parent 40434e6d6f
commit 6689223d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ def report
puts "Proposed Simplified App name: #{simplified_app_name}" if $debug
puts "Proposed token: #{cask_token}"
puts "Proposed file name: #{cask_file_name}"
puts "Cask Header Line: cask '#{cask_token}' do"
puts "Cask Header Line: cask \"#{cask_token}\" do"
return if warnings.empty?
$stderr.puts "\n"