[Fai-commit] r6354 - trunk/lib
Michael Tautschnig
mt at alioth.debian.org
Fri Apr 15 07:45:37 UTC 2011
Author: mt
Date: 2011-04-15 07:45:34 +0000 (Fri, 15 Apr 2011)
New Revision: 6354
Modified:
trunk/lib/get-config-dir-git
Log:
get-config-dir-git: Fixed syntax error
Modified: trunk/lib/get-config-dir-git
===================================================================
--- trunk/lib/get-config-dir-git 2011-04-15 07:43:02 UTC (rev 6353)
+++ trunk/lib/get-config-dir-git 2011-04-15 07:45:34 UTC (rev 6354)
@@ -24,6 +24,7 @@
;;
git+ssh)
giturl="ssh://$gitpath"
+ ;;
*)
echo "get-config-dir-git: protocol $protocol not implemented"
exit 1
More information about the Fai-commit
mailing list