diff options
Diffstat (limited to 'src/rebar_shell.erl')
-rw-r--r-- | src/rebar_shell.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_shell.erl b/src/rebar_shell.erl index 6b4bb1f..97ac23e 100644 --- a/src/rebar_shell.erl +++ b/src/rebar_shell.erl @@ -46,7 +46,6 @@ init(State) -> State1 = rebar_config:add_provider(State, #provider{name = ?PROVIDER, provider_impl = ?MODULE, - provides = shell, bare = false, deps = ?DEPS, example = "rebar shell", |