Skip to content

Commit

Permalink
Removed duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Oct 9, 2024
1 parent bf64900 commit c17bf6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/kamal/commands/accessory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,4 @@ def proxy_deploy_command_args(target:)
def service_filter
[ "--filter", "label=service=#{service_name}" ]
end

def proxy_exec(*command)
docker :exec, proxy_container_name, "kamal-proxy", *command
end
end

0 comments on commit c17bf6c

Please sign in to comment.