Parcourir la source

Fix Dialyzer warning in rebar:run/2

pull/3/head
Tuncer Ayaz il y a 12 ans
Parent
révision
a9491e112f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rebar.erl

+ 1
- 1
src/rebar.erl Voir le fichier

@ -69,7 +69,7 @@ main(Args) ->
%% Erlang-API entry point
run(BaseConfig, Commands) ->
application:load(rebar),
_ = application:load(rebar),
run_aux(BaseConfig, Commands).
%% ====================================================================

Chargement…
Annuler
Enregistrer