Fix bzr/svk copy/paste typo

pull/27/merge
Geert Janssens 11 years ago
parent 90d66f99c9
commit cebcc5afcc

@ -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

Loading…
Cancel
Save