summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 62e7fa5..41d9725 100755
--- a/bootstrap
+++ b/bootstrap
@@ -232,6 +232,7 @@ setup_env() ->
application:load(rebar),
{ok, Providers} = application:get_env(rebar, providers),
Providers1 = Providers -- [rebar_prv_release,
+ rebar_prv_relup,
rebar_prv_tar],
application:set_env(rebar, providers, Providers1).