diff options
Diffstat (limited to 'priv/templates/otp_app.app.src')
-rw-r--r-- | priv/templates/otp_app.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src index 783a130..243cef5 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src @@ -1,8 +1,8 @@ -{application, '{{name}}', +{application, {{name}}, [{description, "{{desc}}"}, {vsn, "0.1.0"}, {registered, []}, - {mod, {'{{name}}_app', []}}, + {mod, {{{name}}_app, []}}, {applications, [kernel, stdlib |