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

Commit e497f74

Browse files
committed
rabbit_ct_broker_helpers: Fix a typo in io:forma
1 parent fbb1766 commit e497f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_ct_broker_helpers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ node_uri(Config, Node, Options) ->
621621
true ->
622622
User = proplists:get_value(user, Options, "guest"),
623623
Password = proplists:get_value(password, Options, "guest"),
624-
io_lib:forma("~s:~s@", [User, Password]);
624+
io_lib:format("~s:~s@", [User, Password]);
625625
false ->
626626
""
627627
end,

0 commit comments

Comments
 (0)