Skip to content

Commit e4777a1

Browse files
committed
cli
1 parent da6dd81 commit e4777a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule RabbitMQ.CLI.Core.Distribution do
4545

4646
## EPMD can be stopped. Retry with EPMD
4747
{:error, _} = error ->
48-
:io.format(:standard_error, 'Node.start error = ~p', [error])
48+
:io.format(:standard_error, "Node.start error = ~p", [error])
4949
:rabbit_nodes_common.ensure_epmd()
5050
Node.start(node_name, node_name_type)
5151
end
@@ -92,7 +92,7 @@ defmodule RabbitMQ.CLI.Core.Distribution do
9292
{:ok, pid}
9393

9494
{:error, reason} = error ->
95-
:io.format(:standard_error, 'Distribution.start error = ~p', [error])
95+
:io.format(:standard_error, "Distribution.start error = ~p", [error])
9696
start(node_name_type, attempts - 1, reason)
9797
end
9898
end

0 commit comments

Comments
 (0)