From 90438fb1a33d273ae1c97dfa97f32d7357521a99 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 6 Dec 2014 16:46:29 -0600 Subject: fix relx included rebar config typo --- priv/templates/relx_rebar.config.dtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/templates/relx_rebar.config.dtl b/priv/templates/relx_rebar.config.dtl index 53ad24a..e7cb1fe 100644 --- a/priv/templates/relx_rebar.config.dtl +++ b/priv/templates/relx_rebar.config.dtl @@ -15,6 +15,6 @@ }. {profiles, [{prod, [{relx, [{dev_mode, true}, - {include_erts, false},]}] + {include_erts, false}]}] }] }. -- cgit v1.1