Skip to content

Commit

Permalink
Merge pull request #7720 from rabbitmq/mergify/bp/v3.10.x/pr-7719
Browse files Browse the repository at this point in the history
CLI: correctly override DocGuide.virtual_hosts path segment (backport #7717) (backport #7718) (backport #7719)
  • Loading branch information
michaelklishin authored Mar 22, 2023
2 parents f627c8e + af62f69 commit b8fc9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ defmodule RabbitMQ.CLI.Core.DocGuide do
Macros.defguide("runtime_tuning", path_segment: "runtime")
Macros.defguide("tls", path_segment: "ssl")
Macros.defguide("troubleshooting")
Macros.defguide("virtual_hosts", path_segments: "vhosts")
Macros.defguide("virtual_hosts", path_segment: "vhosts")
Macros.defguide("upgrade")
end

0 comments on commit b8fc9fd

Please sign in to comment.