Fix rebar url

This commit is contained in:
Nikita Vorobei 2014-11-22 13:34:13 +03:00
parent 339350bbe9
commit bfe52194c9

View File

@ -26,7 +26,7 @@ clean:
./rebar clean
rm -rf test.*-temp-data
distclean: clean
distclean: clean
./rebar delete-deps
test: all
@ -42,7 +42,7 @@ run:
erl ${FLAGS}
rebar:
curl -O http://cloud.github.com/downloads/basho/rebar/rebar
curl -O https://cloud.github.com/downloads/basho/rebar/rebar
chmod ugo+x rebar
benchmark: