diff options
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). |