Merge pull request #11322 from Rylan12/bottle-fix-rebuild

bottle: properly set rebuild for new formulae
This commit is contained in:
Rylan Polster 2021-05-05 08:47:56 -04:00 committed by GitHub
commit 53b9f85281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ module Homebrew
else
0
end
end
end || 0
end
filename = Bottle::Filename.create(f, bottle_tag.to_sym, rebuild)