Skip to content

Commit af62f69

Browse files
michaelklishinmergify[bot]
authored andcommitted
CLI: correctly override DocGuide.virtual_hosts path segment
Closes #7716 (cherry picked from commit 94cae1d) (cherry picked from commit 34d6206) (cherry picked from commit e633367)
1 parent f627c8e commit af62f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ defmodule RabbitMQ.CLI.Core.DocGuide do
6464
Macros.defguide("runtime_tuning", path_segment: "runtime")
6565
Macros.defguide("tls", path_segment: "ssl")
6666
Macros.defguide("troubleshooting")
67-
Macros.defguide("virtual_hosts", path_segments: "vhosts")
67+
Macros.defguide("virtual_hosts", path_segment: "vhosts")
6868
Macros.defguide("upgrade")
6969
end

0 commit comments

Comments
 (0)