summaryrefslogtreecommitdiff
path: root/priv/templates/plugin.erl.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/plugin.erl.dtl')
-rw-r--r--priv/templates/plugin.erl.dtl4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/plugin.erl.dtl b/priv/templates/plugin.erl.dtl
index e51763b..df92cf6 100644
--- a/priv/templates/plugin.erl.dtl
+++ b/priv/templates/plugin.erl.dtl
@@ -1,4 +1,4 @@
--module({{appid}}).
+-module({{name}}).
-behaviour(provider).
-export([init/1, do/1, format_error/2]).
@@ -18,7 +18,7 @@ init(State) ->
{module, ?MODULE}, % The module implementation of the task
{bare, true}, % The task can be run by the user, always true
{deps, ?DEPS}, % The list of dependencies
- {example, "rebar {{appid}}"}, % How to use the plugin
+ {example, "rebar {{name}}"}, % How to use the plugin
{opts, []} % list of options understood by the plugin
{short_desc, {{desc}}},
{desc, ""}