summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-24 12:41:13 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-24 12:41:13 -0500
commitc7313a59805efcd7eff946c6290a452cb9252bc3 (patch)
tree6e763a4a1e6f450152f414b20facfe55cd8d9c2f /src
parent4b31a20a61b89d2979816646f8feca806d419564 (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).