Merge pull request #17746 from Homebrew/tap-require

This commit is contained in:
Patrick Linnane 2024-07-14 20:47:51 -07:00 committed by GitHub
commit 0f120b0837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
# frozen_string_literal: true
require "abstract_command"
require "tap"
module Homebrew
module Cmd