From b08d958064b3384d6616af814162b91acc020244 Mon Sep 17 00:00:00 2001 From: Lionell Loh Jian An Date: Fri, 19 Jun 2020 03:39:05 +0800 Subject: [PATCH] "license id" -> "license" Co-authored-by: Mike McQuaid --- Library/Homebrew/dev-cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index af2589ce52..3bdaabb3f8 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -364,7 +364,7 @@ module Homebrew 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." + problem "#{formula.license} is not a standard SPDX license." end else problem "No license specified for package."