diff options
Diffstat (limited to 'priv/templates/mod.erl.dtl')
-rw-r--r-- | priv/templates/mod.erl.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/mod.erl.dtl b/priv/templates/mod.erl.dtl index 2453366..2f5e09e 100644 --- a/priv/templates/mod.erl.dtl +++ b/priv/templates/mod.erl.dtl @@ -1,4 +1,4 @@ --module({{appid}}). +-module({{name}}). %% API exports -export([]). |