Przeglądaj źródła

fix plugin provider source name

pull/658/head
Tristan Sloughter 9 lat temu
rodzic
commit
7382fb89f4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      priv/templates/plugin.template

+ 1
- 1
priv/templates/plugin.template Wyświetl plik

@ -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"}.

Ładowanie…
Anuluj
Zapisz