From af62f696067883c9462a01bdfb693103ac11abe0 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 22 Mar 2023 10:21:04 +0400 Subject: [PATCH] CLI: correctly override DocGuide.virtual_hosts path segment Closes #7716 (cherry picked from commit 94cae1d3ed234e300be5fe709af4fd40ad2c8d78) (cherry picked from commit 34d620618d68487b4265dad09f9f86f6a06aff4d) (cherry picked from commit e63336743813e89c8e47c60568e004a13f53513b) --- deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex index 4b4ebec66878..fd74bb28d6a0 100644 --- a/deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex +++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex @@ -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