Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 004a313

Browse files
committed
fix typo
1 parent cad7f58 commit 004a313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createDocs.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rmdir %outputfolder% /s /q
77
mkdir %outputfolder%
88

99
Tools\docGenerator\Console\bin\Debug\Console.exe -c=generate -s=Build\Server\ThoughtWorks.CruiseControl.Remote.dll -o=%outputfolder%
10-
Tools\docGenerator\Console\bin\Debug\Console.exe -c=generate -s=Build\Server\\ThoughtWorks.CruiseControl.Core.dll -o=%outputfolder%
10+
Tools\docGenerator\Console\bin\Debug\Console.exe -c=generate -s=Build\Server\ThoughtWorks.CruiseControl.Core.dll -o=%outputfolder%
1111
Tools\docGenerator\Console\bin\Debug\Console.exe -c=generate -s=Build\WebDashboard\ThoughtWorks.CruiseControl.WebDashboard.dll -o=%outputfolder%
1212

1313
IF "%2"=="" GOTO Continue

0 commit comments

Comments
 (0)