From a39041924783f901cf24a53991d8fbdc59977dd6 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 6 Dec 2014 15:23:53 -0600 Subject: don't store global state variables in opts dict --- src/rebar_templater.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_templater.erl') diff --git a/src/rebar_templater.erl b/src/rebar_templater.erl index 7fe9241..ca35b26 100644 --- a/src/rebar_templater.erl +++ b/src/rebar_templater.erl @@ -258,7 +258,7 @@ cache_escript_files(State) -> fun(Name, _, GetBin, Acc) -> [{Name, GetBin()} | Acc] end, - [], rebar_state:get(State, escript)), + [], rebar_state:escript_path(State)), Files. %% Find all the template indexes hiding in the rebar3 escript. -- cgit v1.1