Sfoglia il codice sorgente

Merge pull request #477 from tsloughter/relx_profiles

reverse relx config so profile settings are used properly
pull/483/head
Fred Hebert 10 anni fa
parent
commit
084d680cc5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rebar_prv_tar.erl

+ 1
- 1
src/rebar_prv_tar.erl Vedi File

@ -47,7 +47,7 @@ do(State) ->
,{caller, Caller}], AllOptions);
Config ->
relx:main([{lib_dirs, LibDirs}
,{config, Config}
,{config, lists:reverse(Config)}
,{output_dir, OutputDir}
,{caller, Caller}], AllOptions)
end,

Caricamento…
Annulla
Salva