Shamis Shukoor
5 vuotta sitten
committed by
GitHub
vanhempi
commit
0f96d22b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
src/rebar_dist_utils.erl
|
|
@ -51,7 +51,7 @@ find_options(State) -> |
|
|
|
%%% PRIVATE %%% |
|
|
|
%%%%%%%%%%%%%%% |
|
|
|
start(Name, Type, Opts) -> |
|
|
|
case erl_epmd:names() of |
|
|
|
case net_adm:names() of |
|
|
|
{error, _} -> |
|
|
|
start_epmd(); |
|
|
|
{ok, _} -> |
|
|
|