summaryrefslogtreecommitdiff
path: root/src/rebar_templater.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2014-12-06 21:15:06 -0500
committerFred Hebert <mononcqc@ferd.ca>2014-12-06 21:15:06 -0500
commit40ef004f39185835bdfe6939fce5c6235325bfbf (patch)
tree395e3fd94c2314bf69428c9f2065937af358bdcc /src/rebar_templater.erl
parentfb98dde7ecb894fe74055449dcaea77aa237115b (diff)
parentb849b36b5ecabe83d9c72f4370d7bc44c57f84e6 (diff)
Merge pull request #46 from tsloughter/master
Fixes for profiles breaking templates and installing of non-default deps
Diffstat (limited to 'src/rebar_templater.erl')
-rw-r--r--src/rebar_templater.erl2
1 files changed, 1 insertions, 1 deletions
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.