Selaa lähdekoodia

Fetch proper rather from hex.pm instead of GitHub

pull/129/head
David Robakowski 8 vuotta sitten
vanhempi
commit
c883d7e332
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      rebar.config.script

+ 4
- 1
rebar.config.script Näytä tiedosto

@ -19,7 +19,10 @@ IsDevEnv = begin
end. end.
Deps = if not IsDevEnv -> []; true -> Deps = if not IsDevEnv -> []; true ->
[{proper, ".*", {git, PropErUrl, {branch, "master"}}}]
case IsRebar3 of
true -> [proper];
false -> [{proper, ".*", {git, PropErUrl, {branch, "master"}}}]
end
end, end,
ErlOpts = if not IsDevEnv -> []; true -> ErlOpts = if not IsDevEnv -> []; true ->

Ladataan…
Peruuta
Tallenna