diff options
Diffstat (limited to 'priv/templates/relx.config.dtl')
-rw-r--r-- | priv/templates/relx.config.dtl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/relx.config.dtl b/priv/templates/relx.config.dtl index 7cb3a8a..7b08f97 100644 --- a/priv/templates/relx.config.dtl +++ b/priv/templates/relx.config.dtl @@ -1,6 +1,6 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -{release, {'{{appid}}', "0.1.0"}, - [{{appid}}, +{release, {'{{name}}', "0.1.0"}, + [{{name}}, sasl]}. {sys_config, "./config/sys.config"}. |