summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-05-29 09:50:52 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-05-29 09:50:52 -0500
commita11c009fcfe02fb7741bb7ce0c8ebaf2141ffd8d (patch)
tree46780e6f6e31ab9e9f4cc0b8b84659c92adf509d /src/rebar_core.erl
parenta9a8c6a3debc76f4e0057652f94aea0f66320ecf (diff)
parent6c6940f860139cae0b719e0e1d7f8ed37171ba59 (diff)
Merge pull request #474 from tsloughter/fix_plugin_install
fixing plugin install and paths
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 7fe7332..c7cc45a 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -119,6 +119,7 @@ do([ProviderName | Rest], State) ->
,rebar_state:providers(State)
,rebar_state:namespace(State))
end,
+
case providers:do(Provider, State) of
{ok, State1} ->
do(Rest, State1);