Browse Source

reverse relx config so profile settings are used properly

pull/477/head
Tristan Sloughter 10 years ago
parent
commit
8687ddc14a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_tar.erl

+ 1
- 1
src/rebar_prv_tar.erl View 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,

Loading…
Cancel
Save