]> source.dussan.org Git - gitblit.git/commitdiff
Fixed incorrect exe name in uninstallService.cmd
authorJames Moger <james.moger@gitblit.com>
Wed, 27 Jul 2011 12:38:36 +0000 (08:38 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 27 Jul 2011 12:38:36 +0000 (08:38 -0400)
distrib/uninstallService.cmd

index 481983cda62023994915ed78d15d8792f1c099d6..e6c3b98cffa6990173ebda401daab174b60ed6fc 100644 (file)
@@ -2,4 +2,4 @@
 SET ARCH=amd64\r
 \r
 @REM Delete the gitblit service\r
-"%CD%\%ARCH%\gitblitv.exe" //DS//gitblit
\ No newline at end of file
+"%CD%\%ARCH%\gitblit.exe" //DS//gitblit
\ No newline at end of file