We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de4ad0 commit 46ffe11Copy full SHA for 46ffe11
cmd/determine-rebottle-runners.rb
@@ -47,7 +47,7 @@ def run
47
timeout = args.named.second.to_i
48
49
tags = formula.bottle_specification.collector.tags
50
- runners = if tags.count == 1 && tags.first.system == :all
+ runners = if tags.one? && tags.first.system == :all
51
# Build on all supported macOS versions and Linux.
52
[linux_runner_spec(:x86_64, timeout)] + MacOSVersion::SYMBOLS.keys.flat_map do |symbol|
53
macos_version = MacOSVersion.from_symbol(symbol)
0 commit comments