소스 검색

Add dynamic .script support for overlay vars file

pull/3/head
Dmitriy Kargapolov 13 년 전
committed by Tuncer Ayaz
부모
커밋
9c7259d8a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_reltool.erl

+ 1
- 1
src/rebar_reltool.erl 파일 보기

@ -149,7 +149,7 @@ overlay_vars(Config, Vars0, ReltoolConfig) ->
load_vars_file(undefined) ->
dict:new();
load_vars_file(File) ->
case file:consult(File) of
case rebar_config:consult_file(File) of
{ok, Terms} ->
dict:from_list(Terms);
{error, Reason} ->

불러오는 중...
취소
저장