Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 43b19ce

Browse files
A typo
1 parent 9d52c97 commit 43b19ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elixir.RabbitMQ.CLI.Ctl.Commands.DecommissionMqttNodeCommand.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ run([Node], #{node := NodeName,
7171
Result
7272
end.
7373

74-
banner([Node], _) -> list_to_binary(io:format("Removing node ~s from the list of MQTT nodes...", [Node])).
74+
banner([Node], _) -> list_to_binary(io_lib:format("Removing node ~s from the list of MQTT nodes...", [Node])).
7575

7676
output(Result, _Opts) ->
7777
'Elixir.RabbitMQ.CLI.DefaultOutput':output(Result).

0 commit comments

Comments
 (0)