From 299f128e3ff018c13eb99d0548dd0fde9b657f97 Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Tue, 20 Sep 2011 10:06:16 -0400 Subject: [PATCH] changed git call from https to git readonly --- bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.sh b/bundle.sh index b7f7b0433..6df3381b7 100755 --- a/bundle.sh +++ b/bundle.sh @@ -15,7 +15,7 @@ set now = `date +"%Y_%m_%d"` set atutor_dir = "ATutor_$now" set bundle = "ATutor" -set gitdir = "https://atutor@github.com/atutor/ATutor.git" +set gitdir = "git://github.com/atutor/ATutor.git" set gitexec = "git" echo "ATutor Bundle Script for GitHub" -- 2.17.1