From 8a436f79a27ab97fbc69d6004e277ee46d47d7bf Mon Sep 17 00:00:00 2001 From: Korry Clark Date: Thu, 22 Dec 2016 12:25:22 -0800 Subject: [PATCH] use https to pull deps --- rebar.test.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.test.config b/rebar.test.config index 5860da2..c1b773c 100644 --- a/rebar.test.config +++ b/rebar.test.config @@ -7,5 +7,5 @@ {xref_checks, [undefined_function_calls]}. {deps_dir, "deps.test"}. {lib_dirs, ["deps"]}. -{deps, [{riak_test, ".*", {git, "git://github.com/basho/riak_test", {branch, "riak/2.0"}}}]}. +{deps, [{riak_test, ".*", {git, "https://github.com/basho/riak_test", {branch, "riak/2.0"}}}]}.