diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_tar.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_tar.erl b/src/rebar_prv_tar.erl index f7557bd..78c2b0f 100644 --- a/src/rebar_prv_tar.erl +++ b/src/rebar_prv_tar.erl @@ -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, |