Fix bzr/svk copy/paste typo

This commit is contained in:
Geert Janssens 2015-03-28 10:16:22 +01:00
parent 90d66f99c9
commit cebcc5afcc

View File

@ -165,7 +165,7 @@ if test $? != 0 ; then exit 1 ; fi
# If we're only interested in the vcs type, then we're done here
if [ "$request" = "type" ]
then
echo "bzr"
echo "svk"
exit 0
fi