Skip to content

Commit

Permalink
dev-cmd/dispatch-build-bottle: add missing require
Browse files Browse the repository at this point in the history
```
Error: uninitialized constant Homebrew::DevCmd::DispatchBuildBottle::Tap
Error: uninitialized constant Utils::Bottles
```

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Aug 3, 2024
1 parent b5af2b5 commit e28b509
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 e28b509

Please sign in to comment.