Skip to content

Commit

Permalink
Merge pull request Homebrew#17959 from chenrui333/dispatch-build-bott…
Browse files Browse the repository at this point in the history
…le-require

dev-cmd/dispatch-build-bottle: add missing `require`
  • Loading branch information
apainintheneck authored Aug 3, 2024
2 parents 4e95bad + e28b509 commit 73bc8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/dev-cmd/dispatch-build-bottle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# frozen_string_literal: true

require "abstract_command"
require "tap"
require "utils/bottles"
require "utils/github"

module Homebrew
Expand Down

0 comments on commit 73bc8e2

Please sign in to comment.