From 7ddf3bcb029b959800112328ce13ea828b98a7e2 Mon Sep 17 00:00:00 2001 From: Mike Moore Date: Wed, 9 Oct 2024 17:34:42 -0600 Subject: [PATCH] Typo fix. --- lib/kamal/cli/proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/cli/proxy.rb b/lib/kamal/cli/proxy.rb index 030c44e14..2ce7c2ac5 100644 --- a/lib/kamal/cli/proxy.rb +++ b/lib/kamal/cli/proxy.rb @@ -21,7 +21,7 @@ def boot end end - desc "boot_config ", "Mange kamal-proxy boot configuration" + desc "boot_config ", "Manage kamal-proxy boot configuration" option :publish, type: :boolean, default: true, desc: "Publish the proxy ports on the host" option :http_port, type: :numeric, default: Kamal::Configuration::PROXY_HTTP_PORT, desc: "HTTP port to publish on the host" option :https_port, type: :numeric, default: Kamal::Configuration::PROXY_HTTPS_PORT, desc: "HTTPS port to publish on the host"