From 2f5e90da5156a54275f30b6b4a4051774adea3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 5 May 2023 14:43:33 +0200 Subject: Autopatch: Move to Rebar3 --- test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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. -- cgit v1.2.3