From: Daniel Knittl-Frank Date: Sun, 11 Mar 2012 08:58:45 +0000 (+0100) Subject: Fix typo in taskd X-Git-Url: https://repo.or.cz/w/girocco.git/commitdiff_plain/832bc75bdbe91605d9ccd9a3a85e93524b256492 Fix typo in taskd --- 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/*