From aae4ce50f23dcfa06d36e5ecbd8f194e643f71b2 Mon Sep 17 00:00:00 2001 From: Derek Myers Date: Mon, 14 Oct 2013 11:26:38 -0400 Subject: [PATCH] Changed git submodule to use git instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4020711c1a..a80bd0ca96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "content/themes/casper"] path = content/themes/casper - url = git@github.com:TryGhost/Casper.git + url = git://github.com/TryGhost/Casper.git