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:
parent
45007809f6
commit
bd0332c716
@ -790,7 +790,7 @@ rebar_dep({App, Version, Git}) when Version /= ".*" ->
|
||||
{App, "mix hex.package fetch "++AppS++" "++Version++" --unpack"};
|
||||
false ->
|
||||
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})
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user