diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-12-06 16:46:29 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-12-06 20:08:36 -0600 |
commit | 90438fb1a33d273ae1c97dfa97f32d7357521a99 (patch) | |
tree | 15eb620ee106029568661dee7026573dd4fa4971 | |
parent | cd46f5e28c611b330ea311022931325e45a8884c (diff) |
fix relx included rebar config typo
-rw-r--r-- | priv/templates/relx_rebar.config.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
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}]}] }] }. |