diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-06-25 20:53:16 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-06-26 09:12:32 -0500 |
commit | b85d827c80fbeb2e8031af425bc55e181f04f626 (patch) | |
tree | 259091617d12761160befdc8e9e98b751ad12283 /bootstrap | |
parent | ed0b8fca45b4399a08b1803210c92916e2a0ca44 (diff) |
add relup provider and update relx
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |