Skip to content

Commit

Permalink
Merge pull request #1088 from emmceemoore/patch-1
Browse files Browse the repository at this point in the history
Typo fix.
  • Loading branch information
djmb authored Oct 10, 2024
2 parents a1e40f9 + 7ddf3bc commit 5de55a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/cli/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def boot
end
end

desc "boot_config <set|get|reset>", "Mange kamal-proxy boot configuration"
desc "boot_config <set|get|reset>", "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"
Expand Down

0 comments on commit 5de55a2

Please sign in to comment.