From 33b925f78d6c27d576f025c8243afa1df04393ab Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Tue, 23 Oct 2012 14:15:44 -0500 Subject: [PATCH] Use the Git protocol for PropEr I've had reports that HTTPS seems to fail a bit more often than the Git URLs. I've seen this before as well so I've gone ahead and switched protocols for the clone. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index d6eb828..71a41f8 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ {deps, [ - {proper, ".*", {git, "https://github.com/manopapad/proper.git", "master"}} + {proper, ".*", {git, "git://github.com/manopapad/proper.git", "master"}} ]}. {port_specs, [{"priv/jiffy.so", ["c_src/*.c"]}]}.