summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-06-26 09:49:10 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-06-26 09:49:10 -0500
commitb2fda59aab7eeed9d441f74ade23f39dee078707 (patch)
tree259091617d12761160befdc8e9e98b751ad12283 /bootstrap
parented0b8fca45b4399a08b1803210c92916e2a0ca44 (diff)
parentb85d827c80fbeb2e8031af425bc55e181f04f626 (diff)
Merge pull request #545 from tsloughter/master
Upgrade relx and add relup provider
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).