瀏覽代碼

fix call to dict:new (should be dict:from_list)

pull/3/head
Andy Gross 15 年之前
父節點
當前提交
b5d6fed2f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_reltool.erl

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

@ -187,7 +187,7 @@ run_reltool(Server, Config, ReltoolConfig) ->
%% Load up any variables specified by overlay_vars
OverlayVars = case overlay_vars(ReltoolConfig) of
undefined ->
dict:new(OverlayVars0);
dict:from_list(OverlayVars0);
File ->
case file:consult(File) of
{ok, Terms} ->

Loading…
取消
儲存