Skip to content

Commit b87d0da

Browse files
dumbbellmergify[bot]
authored andcommitted
rabbitmq_cli: Fix typo in an error message in join_cluster
(cherry picked from commit 58c609c)
1 parent a97c277 commit b87d0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/join_cluster_command.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.JoinClusterCommand do
7878

7979
def output({:error, {:node_type_unsupported, db, node_type}}, %{node: _node_name}) do
8080
{:error, RabbitMQ.CLI.Core.ExitCodes.exit_software(),
81-
"Error: `#{node_type}` node type is unsupported by the #{db} by database engine"}
81+
"Error: `#{node_type}` node type is unsupported by the #{db} database engine"}
8282
end
8383

8484
def output(

0 commit comments

Comments
 (0)