From 00af21cc5e2fedcd0e9a3de377f9ddf52b1ce00d Mon Sep 17 00:00:00 2001 From: goodbest Date: Fri, 21 Feb 2014 22:16:36 +0800 Subject: [PATCH] change git clone manner from ssh to https --- Gruntfile.coffee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 9ebfbfd218..0d12257428 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -5,16 +5,16 @@ Path = require "path" SERVICES = [{ name: "web" - repo: "git@github.com:sharelatex/web-sharelatex.git" + repo: "https://github.com/sharelatex/web-sharelatex.git" }, { name: "document-updater" - repo: "git@github.com:sharelatex/document-updater-sharelatex.git" + repo: "https://github.com/sharelatex/document-updater-sharelatex.git" }, { name: "clsi" - repo: "git@github.com:sharelatex/clsi-sharelatex.git" + repo: "https://github.com/sharelatex/clsi-sharelatex.git" }, { name: "filestore" - repo: "git@github.com:sharelatex/filestore-sharelatex.git" + repo: "https://github.com/sharelatex/filestore-sharelatex.git" }]