Oh the non-breaking space (option + space) got me again

This commit is contained in:
Issy Long 2024-12-22 00:31:56 +00:00
parent 3f976ec0c2
commit b54b9dad2a
No known key found for this signature in database

View File

@ -90,7 +90,7 @@ module Homebrew
end
end
# Skip formulae that are autobumped by BrewTestBot.
# Skip formulae that are autobumped by BrewTestBot.
formulae_and_casks_to_check = formulae_and_casks_to_check.reject do |formula_or_cask|
next false if formula_or_cask.respond_to?(:token) # Only formulae are autobumped.