Dmitry Polyanovsky 8 years ago
parent
commit
4e6e854bf5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/erlydtl.app.src.script

+ 2 - 2
src/erlydtl.app.src.script

@@ -5,10 +5,10 @@ ExtraApps = case application:get_key(syntax_tools, vsn) of
                 _ -> []
             end,
 
-{application, erlydtl,
+[{application, erlydtl,
  [{description, "Django Template Language for Erlang"},
   {vsn, git},
   {modules, []},
   {applications, [kernel, stdlib, compiler, syntax_tools|ExtraApps]},
   {registered, []}
- ]}.
+ ]}].