summaryrefslogtreecommitdiff
path: root/priv/templates/otp_app.app.src.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/otp_app.app.src.dtl')
-rw-r--r--priv/templates/otp_app.app.src.dtl3
1 files changed, 1 insertions, 2 deletions
diff --git a/priv/templates/otp_app.app.src.dtl b/priv/templates/otp_app.app.src.dtl
index 0af909f..cd5ac89 100644
--- a/priv/templates/otp_app.app.src.dtl
+++ b/priv/templates/otp_app.app.src.dtl
@@ -1,6 +1,5 @@
{application, {{appid}},
- [
- {description, "{{appid}}"}
+ [{description, "{{desc}}"}
,{vsn, "0.1.0"}
,{registered, []}
,{mod, {'{{appid}}_app', []}}