From 8407931bb3bc1a171c7bee5459b4952db399fff4 Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Sat, 31 Dec 2011 10:37:35 +0100 Subject: [PATCH] Rebar download url changed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d0ac24..f8cb091 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ REBAR=./rebar all: compile rebar: - wget https://bitbucket.org/basho/rebar/downloads/rebar -O $(REBAR) + wget https://github.com/downloads/basho/rebar/rebar -O $(REBAR) chmod u+x $(REBAR) compile: rebar