Skip to content

Commit 76175d2

Browse files
Merge pull request #12875 from rabbitmq/mergify/bp/v4.0.x/pr-12868
rabbitmq_cli: Fix typo in an error message in `join_cluster` (backport #12868)
2 parents 1ea7798 + b87d0da commit 76175d2

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)