audit: change the "unstable" spec message to devel/head

This commit is contained in:
commitay 2018-07-26 10:11:03 +10:00
parent b335a7357b
commit fabb0931e3

View File

@ -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?