summaryrefslogtreecommitdiff
path: root/priv/templates/sup.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2016-01-10 11:44:37 -0500
committerFred Hebert <mononcqc@ferd.ca>2016-01-10 11:51:33 -0500
commit3d0aa5e84a2b2a7158f1e4b2070fecd130a3e2bc (patch)
tree211302c2e05ff5b446a717dc8c52d05c328b2113 /priv/templates/sup.erl
parent495097d9ff6afaf48b850da9b2da0f2e48b1e115 (diff)
Unquote templates, add a warning instead.
Diffstat (limited to 'priv/templates/sup.erl')
-rw-r--r--priv/templates/sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/sup.erl b/priv/templates/sup.erl
index cd9192a..a2e7209 100644
--- a/priv/templates/sup.erl
+++ b/priv/templates/sup.erl
@@ -3,7 +3,7 @@
%% @end
%%%-------------------------------------------------------------------
--module('{{name}}_sup').
+-module({{name}}_sup).
-behaviour(supervisor).