Skip to content

Commit

Permalink
Cleanup up delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Aug 29, 2024
1 parent 43cb183 commit 6a89a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kamal/commands/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Kamal::Commands::Builder < Kamal::Commands::Base
delegate :create, :remove, :push, :clean, :pull, :info, :buildx_inspect, :validate_image, :first_mirror, to: :target
delegate :local?, :remote?, to: "config.builder"
delegate :absolute_image, to: :config
delegate :absolute_image, :builder, to: :config
delegate :local?, :remote?, to: :builder

include Clone

Expand Down

0 comments on commit 6a89a2b

Please sign in to comment.