pr-pull: require formula

This caused bottle publishes to think that no bottles were needed.
This commit is contained in:
Jonathan Chang 2020-08-22 14:21:02 +10:00
parent 6df7420f65
commit 7eee343331

View File

@ -5,6 +5,7 @@ require "cli/parser"
require "utils/github"
require "tmpdir"
require "bintray"
require "formula"
module Homebrew
module_function