From d0f768d96d739f6d8c3711c41bd0b8b0562ef4a1 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Mon, 24 Oct 2011 11:19:26 -0600 Subject: [PATCH] Gack, use a git anon url not an ssh url. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2f94d55ef..61a8fb768 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "protogeni/rspec-geni"] path = protogeni/rspec-geni - url = git-public.flux.utah.edu:/flux/git/geni-rspec.git + url = git://git-public.flux.utah.edu/geni-rspec.git -- GitLab