Merge pull request #4047 from GauthamGoli/missing-import-fix

mirror: Add missing import for cli_parser
This commit is contained in:
Mike McQuaid 2018-04-10 10:20:01 -07:00 committed by GitHub
commit 36c95140a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
#: @hide_from_man_page
#: * `mirror` [`--test`] <formulae>:
#: * `mirror` <formulae>:
#: Reuploads the stable URL for a formula to Bintray to use it as a mirror.
require "cli_parser"
module Homebrew
module_function