Removed duplicated method

This commit is contained in:
Igor Alexandrov
2024-09-30 13:07:05 +04:00
parent 006fa0de17
commit 9204624752

View File

@@ -118,8 +118,4 @@ class Kamal::Commands::Accessory < Kamal::Commands::Base
def service_filter
[ "--filter", "label=service=#{service_name}" ]
end
def proxy_exec(*command)
docker :exec, proxy_container_name, "kamal-proxy", *command
end
end