Explorar el Código

fix defaults for relx template

pull/46/head
Tristan Sloughter hace 10 años
padre
commit
2da9be8880
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      priv/templates/relx_rebar.config.dtl

+ 2
- 2
priv/templates/relx_rebar.config.dtl Ver fichero

@ -14,7 +14,7 @@
{extended_start_script, true}]
}.
{profiles, [{prod, [{relx, [{dev_mode, true},
{include_erts, false}]}]
{profiles, [{prod, [{relx, [{dev_mode, false},
{include_erts, true}]}]
}]
}.

Cargando…
Cancelar
Guardar