summaryrefslogtreecommitdiff
path: root/src/rebar_prv_install_deps.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-20 09:12:36 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-20 09:12:36 -0500
commit6c6480fa077065d1db77b78a49c79d9f6cf08035 (patch)
treee2da3ddf63d9c24aab23f9b9f2fc68f0a413f4c0 /src/rebar_prv_install_deps.erl
parent6f9ea13dd423d7ff0307265140496fb36c62d924 (diff)
only compile invalid plugins
Diffstat (limited to 'src/rebar_prv_install_deps.erl')
-rw-r--r--src/rebar_prv_install_deps.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_prv_install_deps.erl b/src/rebar_prv_install_deps.erl
index 81acf22..c86d2d1 100644
--- a/src/rebar_prv_install_deps.erl
+++ b/src/rebar_prv_install_deps.erl
@@ -124,7 +124,6 @@ handle_deps(State, Deps) ->
%% Sort all apps to build order
State3 = rebar_state:set(State2, all_deps, AllDeps),
-
{ok, State3}.