Merge pull request #5 from Nikita-V/rebar_url

Fix rebar url
This commit is contained in:
fogfish 2014-11-22 15:59:23 +02:00
commit 6421a61203

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: