diff options
author | James Moger <james.moger@gitblit.com> | 2011-07-27 08:38:36 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-07-27 08:38:36 -0400 |
commit | 6bbe04e963e9533f5e65413930efb6323ecd9eb7 (patch) | |
tree | 04ef14f2bbbd542afb8cba8c3f6a1fce3e249e5c | |
parent | 8ebdf3c816268161f8a7a51b06f25f66d323a22e (diff) | |
download | gitblit-6bbe04e963e9533f5e65413930efb6323ecd9eb7.tar.gz gitblit-6bbe04e963e9533f5e65413930efb6323ecd9eb7.zip |
Fixed incorrect exe name in uninstallService.cmd
-rw-r--r-- | distrib/uninstallService.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/uninstallService.cmd b/distrib/uninstallService.cmd index 481983cd..e6c3b98c 100644 --- a/distrib/uninstallService.cmd +++ b/distrib/uninstallService.cmd @@ -2,4 +2,4 @@ SET ARCH=amd64
@REM Delete the gitblit service
-"%CD%\%ARCH%\gitblitv.exe" //DS//gitblit
\ No newline at end of file +"%CD%\%ARCH%\gitblit.exe" //DS//gitblit
\ No newline at end of file |