Shamis Shukoor
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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, _} -> |
|
|
|