From 832bc75bdbe91605d9ccd9a3a85e93524b256492 Mon Sep 17 00:00:00 2001 From: Daniel Knittl-Frank Date: Sun, 11 Mar 2012 09:58:45 +0100 Subject: [PATCH] Fix typo in taskd --- taskd/clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskd/clone.sh b/taskd/clone.sh index 12363e5..0cde90f 100755 --- a/taskd/clone.sh +++ b/taskd/clone.sh @@ -23,7 +23,7 @@ mail="$(config_get owner)" echo "Initiating mirroring..." case "$url" in svn://* | svn+http://* | svn+https://*) - # we just remote svn+ here, so svn+http://... becomes http://... + # we just remove svn+ here, so svn+http://... becomes http://... svnurl="${url#svn+}" GIT_DIR=. git svn init -s --prefix=svn-origin/ "$svnurl" # ask git-svn to store branches under svn-origin/heads/* instead of svn-origin/* -- 2.11.4.GIT