dev-cmd/extract: strip out old bottle disable reasons

This commit is contained in:
Bo Anderson 2022-06-10 20:25:21 +01:00
parent 492ac6f771
commit 6632a4fd49
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -64,7 +64,7 @@ module Homebrew
module_function
BOTTLE_BLOCK_REGEX = / bottle do.+?end\n\n/m.freeze
BOTTLE_BLOCK_REGEX = / bottle (?:do.+?end|:[a-z]+)\n\n/m.freeze
sig { returns(CLI::Parser) }
def extract_args