diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index 3d7f347b94..cff456fb4f 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -58,7 +58,7 @@ end # Used to annotate formulae that don't require compiling or cannot build bottle. class BottleDisableReason - SUPPORTED_TYPES = [:unneeded, :disabled] + SUPPORTED_TYPES = [:unneeded, :disable] def initialize(type, reason) @type = type