Skip to content

Commit

Permalink
Cleanup up delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jan 14, 2025
1 parent 04e0494 commit aad3a37
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, :inspect_builder, :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 aad3a37

Please sign in to comment.