diff options
Diffstat (limited to 'priv/templates/otp_app.app.src')
-rw-r--r-- | priv/templates/otp_app.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src index d5ea3d2..9ad7478 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src @@ -1,4 +1,4 @@ -{application, {{name}}, +{application, '{{name}}', [{description, "{{desc}}"}, {vsn, "0.1.0"}, {registered, []}, |