Merge pull request #8441 from jonchang/fix-pr-pull

pr-pull: require formula
This commit is contained in:
Jonathan Chang 2020-08-22 14:51:06 +10:00 committed by GitHub
commit 236cbbc53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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