From b85d827c80fbeb2e8031af425bc55e181f04f626 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 25 Jun 2015 20:53:16 -0500 Subject: add relup provider and update relx --- bootstrap | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap') 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). -- cgit v1.1