diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 4e75312a8d..ec1e3630ba 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -314,6 +314,7 @@ module Formulary end if (because = json_formula["no_autobump_msg"]) + because = because.to_sym if NO_AUTOBUMP_REASONS_LIST.key?(because.to_sym) no_autobump!(because:) end