diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src index 243cef58..c18f82c0 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src @@ -2,7 +2,7 @@ [{description, "{{desc}}"}, {vsn, "0.1.0"}, {registered, []}, - {mod, {{{name}}_app, []}}, + {mod, { {{name}}_app, []}}, {applications, [kernel, stdlib diff --git a/priv/templates/relx_rebar.config b/priv/templates/relx_rebar.config index eab99ac3..81b7dbeb 100644 --- a/priv/templates/relx_rebar.config +++ b/priv/templates/relx_rebar.config @@ -1,7 +1,7 @@ {erl_opts, [debug_info]}. {deps, []}. -{relx, [{release, {{{name}}, "0.1.0"}, +{relx, [{release, { {{name}}, "0.1.0" }, [{{name}}, sasl]}, diff --git a/priv/templates/sys.config b/priv/templates/sys.config index b5876753..d892fd61 100644 --- a/priv/templates/sys.config +++ b/priv/templates/sys.config @@ -1,3 +1,3 @@ [ - {{{name}}, []} + { {{name}}, []} ].