Code

git: browsing paths with spaces when using the start command
[git.git] / git-repack.sh
index 1782a23b26106545dde94a63a42340b3427cb04b..0868734723b3c96144bfa9360a9e19ebae1995f7 100755 (executable)
@@ -181,5 +181,5 @@ fi
 
 case "$no_update_info" in
 t) : ;;
-*) git-update-server-info ;;
+*) git update-server-info ;;
 esac