diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 007a91409f..af2589ce52 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -361,8 +361,8 @@ module Homebrew github_license = GitHub.get_repo_license(user, repo) return if github_license && (github_license == formula.license) - problem "License mismatch - Github license is: #{github_license}, "\ - "but Formulae license states: #{formula.license}." + problem "License mismatch - GitHub license is: #{github_license}, "\ + "but Formulae license states: #{formula.license}." else problem "#{formula.license} is not a standard SPDX license id." end