diff options
Diffstat (limited to 'src/rebar_shell.erl')
-rw-r--r-- | src/rebar_shell.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_shell.erl b/src/rebar_shell.erl index b089631..6b4bb1f 100644 --- a/src/rebar_shell.erl +++ b/src/rebar_shell.erl @@ -36,7 +36,7 @@ -include("rebar.hrl"). -define(PROVIDER, shell). --define(DEPS, [app_builder]). +-define(DEPS, [compile]). %% =================================================================== %% Public API |