From f1c3a882d12aede461e3c8ca3ebd298bdb28bc5d Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 02 Dec 2012 13:16:39 -0500
Subject: [PATCH] Corrected certificatge bundle unit test

---
 distrib/installService.cmd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/distrib/installService.cmd b/distrib/installService.cmd
index 4222589..77b641e 100644
--- a/distrib/installService.cmd
+++ b/distrib/installService.cmd
@@ -13,7 +13,7 @@
 
 @REM Be careful not to introduce trailing whitespace after the ^ characters.
 @REM Use ; or # to separate values in the --StartParams parameter.
-"%CD%\%ARCH%\prunsrv.exe"  //IS//gitblit ^
+"%CD%\%ARCH%\gitblit.exe"  //IS//gitblit ^
 		 --DisplayName="gitblit" ^
 		 --Description="a pure Java Git solution" ^
 		 --Startup=auto ^

--
Gitblit v1.9.1