From fabb0931e3fc13ad929b88996b9821acdea041d0 Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 26 Jul 2018 10:11:03 +1000 Subject: [PATCH] audit: change the "unstable" spec message to devel/head --- 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 852ce59a08..4de5bcf199 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -598,7 +598,7 @@ module Homebrew end if formula.head || formula.devel - unstable_spec_message = "Formulae should not have an unstable spec" + unstable_spec_message = "Formulae should not have a `HEAD` or `devel` spec" if @new_formula new_formula_problem unstable_spec_message elsif formula.versioned_formula?