diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index b10e05f..e2efc22 100644 --- a/test/Makefile +++ b/test/Makefile @@ -131,14 +131,14 @@ clean:: init: clean $i "Prefetch Rebar if necessary" $t if [ ! -d test_rebar_git ]; then \ - git clone -q -n -- https://github.com/rebar/rebar test_rebar_git; \ + git clone -q -n -- https://github.com/erlang/rebar3 test_rebar_git; \ fi $i "Generate a bleeding edge Erlang.mk" $t cd .. && $(MAKE) $v -REBAR_GIT = file://$(CURDIR)/test_rebar_git -export REBAR_GIT +REBAR3_GIT = file://$(CURDIR)/test_rebar_git +export REBAR3_GIT # Core. |