From 7eee343331300879d402806c9e72e17b535b5588 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Sat, 22 Aug 2020 14:21:02 +1000 Subject: [PATCH] pr-pull: require formula This caused bottle publishes to think that no bottles were needed. --- Library/Homebrew/dev-cmd/pr-pull.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/dev-cmd/pr-pull.rb b/Library/Homebrew/dev-cmd/pr-pull.rb index 0b0951c8b4..1c4db1faf3 100644 --- a/Library/Homebrew/dev-cmd/pr-pull.rb +++ b/Library/Homebrew/dev-cmd/pr-pull.rb @@ -5,6 +5,7 @@ require "cli/parser" require "utils/github" require "tmpdir" require "bintray" +require "formula" module Homebrew module_function