changed git call from https to git readonly
authorGreg Gay <ggay@ocad.ca>
Tue, 20 Sep 2011 14:06:16 +0000 (10:06 -0400)
committerGreg Gay <ggay@ocad.ca>
Tue, 20 Sep 2011 14:06:16 +0000 (10:06 -0400)
bundle.sh

index b7f7b04..6df3381 100755 (executable)
--- 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"