Update lib/kamal/cli/proxy.rb

Co-authored-by: Sijawusz Pur Rahnama <sija@sija.pl>
This commit is contained in:
Donal McBreen
2024-10-25 08:10:25 +01:00
committed by GitHub
parent 9a8a45015b
commit 1980a79e73

View File

@@ -37,7 +37,6 @@ class Kamal::Cli::Proxy < Kamal::Cli::Base
]
on(KAMAL.proxy_hosts) do |host|
p boot_options
execute(*KAMAL.proxy.ensure_proxy_directory)
upload! StringIO.new(boot_options.join(" ")), KAMAL.config.proxy_options_file
end