summaryrefslogtreecommitdiff
path: root/priv/templates/sup.erl
diff options
context:
space:
mode:
authoromarkj <omarkj@gmail.com>2015-05-13 16:43:53 -0700
committeromarkj <omarkj@gmail.com>2015-05-13 16:43:53 -0700
commitfe19e4f891db3807cb289ff50f8b29a9fa1487e3 (patch)
treee0a6f83c045aed14c9bd94c61f95d33741a4a39e /priv/templates/sup.erl
parent192e85aafa366a014600b6989480fa0b612b0408 (diff)
Quote atoms to allow names to have dashes.
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 a2e7209..cd9192a 100644
--- a/priv/templates/sup.erl
+++ b/priv/templates/sup.erl
@@ -3,7 +3,7 @@
%% @end
%%%-------------------------------------------------------------------
--module({{name}}_sup).
+-module('{{name}}_sup').
-behaviour(supervisor).