Browse Source

fix relx included rebar config typo

pull/46/head
Tristan Sloughter 10 years ago
parent
commit
90438fb1a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/templates/relx_rebar.config.dtl

+ 1
- 1
priv/templates/relx_rebar.config.dtl View File

@ -15,6 +15,6 @@
}.
{profiles, [{prod, [{relx, [{dev_mode, true},
{include_erts, false},]}]
{include_erts, false}]}]
}]
}.

Loading…
Cancel
Save