diff options
Diffstat (limited to 'priv/templates/sup.erl')
-rw-r--r-- | priv/templates/sup.erl | 2 |
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). |