From 2a085af76dfb89c6f5e04d2f6b67a96a53c7c7ec Mon Sep 17 00:00:00 2001 From: SheetJS Date: Thu, 10 Oct 2013 00:01:50 -0400 Subject: [PATCH] Changed test files submodule url https instead of git protocol --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 91af80e..3b0336f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tests/files"] path = tests/files - url = git@github.com:Niggler/js-xlsx-testfiles.git + url = https://github.com/Niggler/js-xlsx-testfiles.git