Browse Source

erl_epmd changed to net_adm

pull/2278/head
Shamis Shukoor 5 years ago
committed by GitHub
parent
commit
0f96d22b76
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_dist_utils.erl

+ 1
- 1
src/rebar_dist_utils.erl View File

@ -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, _} ->

Loading…
Cancel
Save