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.dtl4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/otp_app.app.src.dtl b/priv/templates/otp_app.app.src.dtl
index cd5ac89..5188f56 100644
--- a/priv/templates/otp_app.app.src.dtl
+++ b/priv/templates/otp_app.app.src.dtl
@@ -1,8 +1,8 @@
-{application, {{appid}},
+{application, {{name}},
[{description, "{{desc}}"}
,{vsn, "0.1.0"}
,{registered, []}
- ,{mod, {'{{appid}}_app', []}}
+ ,{mod, {'{{name}}_app', []}}
,{applications,
[kernel
,stdlib