summaryrefslogtreecommitdiff
path: root/priv/templates/escript_mod.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-05-14 16:13:17 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-05-14 16:13:17 -0500
commitae19c6d59c829614bf2e5b92b5d9f0b0368a5166 (patch)
tree5e8d46387ef9b68621a5fc1f1ff5951c580002b9 /priv/templates/escript_mod.erl
parent763f33009ddca30e2230bf3dc0e5a010ec455359 (diff)
parentfe19e4f891db3807cb289ff50f8b29a9fa1487e3 (diff)
Merge pull request #429 from omarkj/omarkj-quote-atoms
Quote atoms to allow names to have dashes.
Diffstat (limited to 'priv/templates/escript_mod.erl')
-rw-r--r--priv/templates/escript_mod.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/escript_mod.erl b/priv/templates/escript_mod.erl
index f8a779b..dd2feb8 100644
--- a/priv/templates/escript_mod.erl
+++ b/priv/templates/escript_mod.erl
@@ -1,4 +1,4 @@
--module({{name}}).
+-module('{{name}}').
%% API exports
-export([main/1]).