diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-24 12:41:13 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-24 12:41:13 -0500 |
commit | c7313a59805efcd7eff946c6290a452cb9252bc3 (patch) | |
tree | 6e763a4a1e6f450152f414b20facfe55cd8d9c2f /src | |
parent | 4b31a20a61b89d2979816646f8feca806d419564 (diff) |
rename shell provider
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_shell.erl (renamed from src/rebar_shell.erl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_shell.erl b/src/rebar_prv_shell.erl index fdd8523..ef53518 100644 --- a/src/rebar_shell.erl +++ b/src/rebar_prv_shell.erl @@ -25,7 +25,7 @@ %% THE SOFTWARE. %% ------------------------------------------------------------------- --module(rebar_shell). +-module(rebar_prv_shell). -author("Kresten Krab Thorup <krab@trifork.com>"). -behaviour(rebar_provider). |