diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-07-26 21:49:58 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-07-26 21:51:06 -0500 |
commit | 7382fb89f485427194aab7762dc4a1139daedb47 (patch) | |
tree | 9be0d5b71cb4442037244b5e45ce5f402120b5f7 /priv/templates/plugin.template | |
parent | e2b4dcdb4c68c8142aba9835a5ee4c644aef4e9b (diff) |
fix plugin provider source name
Diffstat (limited to 'priv/templates/plugin.template')
-rw-r--r-- | priv/templates/plugin.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/plugin.template b/priv/templates/plugin.template index c0e36de..1230941 100644 --- a/priv/templates/plugin.template +++ b/priv/templates/plugin.template @@ -4,7 +4,7 @@ {desc, "A rebar plugin", "Short description of the plugin's purpose"} ]}. {template, "plugin.erl", "{{name}}/src/{{name}}.erl"}. -{template, "provider.erl", "{{name}}/src/prv_{{name}}_prv.erl"}. +{template, "provider.erl", "{{name}}/src/{{name}}_prv.erl"}. {template, "otp_lib.app.src", "{{name}}/src/{{name}}.app.src"}. {template, "rebar.config", "{{name}}/rebar.config"}. {template, "gitignore", "{{name}}/.gitignore"}. |