diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-07-27 09:37:34 +0100 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-07-27 09:37:34 +0100 |
commit | 8e5662147f59e52f9384b4daa7dd7c0345d126ef (patch) | |
tree | a4bb7e426d4c086b63e3b81ff09d7cd5aafa1c1e | |
parent | 2e7505d1a2d70c62824dae31060a6227b18c1063 (diff) | |
parent | 7382fb89f485427194aab7762dc4a1139daedb47 (diff) |
Merge pull request #658 from tsloughter/prv_source
fix plugin provider source name
-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"}. |