git-cvsserver: fix call to nonexistant cleanupWorkDir()
commitdf4b3abc941a0f876c3b1f5490e6ea01a4fb62cf
authorLars Noschinski <lars.noschinski@rwth-aachen.de>
Wed, 16 Jul 2008 11:35:46 +0000 (16 13:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2008 15:53:51 +0000 (16 08:53 -0700)
treeb1b7f7e79533b177b6893507833510ac68640940
parent8bd867ee0e9714457e5ea973849b0025f3e99efc
git-cvsserver: fix call to nonexistant cleanupWorkDir()

git-cvsserver.perl contained a single call to a nonexistant function
cleanupWorkDir(). This was obviously a typo for cleanupWorkTree().

Signed-off-by: Lars Noschinski <lars@public.noschinski.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl