ソースを参照

reverse relx config so profile settings are used properly

pull/477/head
Tristan Sloughter 10年前
コミット
8687ddc14a
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);
Config ->
relx:main([{lib_dirs, LibDirs}
,{config, Config}
,{config, lists:reverse(Config)}
,{output_dir, OutputDir}
,{caller, Caller}], AllOptions)
end,

読み込み中…
キャンセル
保存