summaryrefslogtreecommitdiff
path: root/priv/templates/sup.erl.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/sup.erl.dtl')
-rw-r--r--priv/templates/sup.erl.dtl4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/sup.erl.dtl b/priv/templates/sup.erl.dtl
index 3dd5b12..a2e7209 100644
--- a/priv/templates/sup.erl.dtl
+++ b/priv/templates/sup.erl.dtl
@@ -1,9 +1,9 @@
%%%-------------------------------------------------------------------
-%% @doc {{appid}} top level supervisor.
+%% @doc {{name}} top level supervisor.
%% @end
%%%-------------------------------------------------------------------
--module({{appid}}_sup).
+-module({{name}}_sup).
-behaviour(supervisor).