Merge pull request #17732 from Moisan/vendor_utils_git

This commit is contained in:
Mike McQuaid 2024-07-14 13:19:12 -04:00 committed by GitHub
commit 5e8665c00c
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 "utils/git"
module Homebrew
module DevCmd