浏览代码

Merge pull request #477 from tsloughter/relx_profiles

reverse relx config so profile settings are used properly
pull/483/head
Fred Hebert 10 年前
父节点
当前提交
084d680cc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_prv_tar.erl

+ 1
- 1
src/rebar_prv_tar.erl 查看文件

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

正在加载...
取消
保存