25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

ext_mod: Fix typo in log message

This commit is contained in:
Badlop 2024-07-16 13:34:16 +02:00
parent 45007809f6
commit bd0332c716

View File

@ -790,7 +790,7 @@ rebar_dep({App, Version, Git}) when Version /= ".*" ->
{App, "mix hex.package fetch "++AppS++" "++Version++" --unpack"}; {App, "mix hex.package fetch "++AppS++" "++Version++" --unpack"};
false -> false ->
io:format("I'll download ~p using git because I can't use Mix " io:format("I'll download ~p using git because I can't use Mix "
"to fetch from hex.pm:~n~s", [AppS, help]), "to fetch from hex.pm:~n~s", [AppS, Help]),
rebar_dep({App, ".*", Git}) rebar_dep({App, ".*", Git})
end; end;