From a4d67d91158238ea2e474ac5c765a03ccb97146c Mon Sep 17 00:00:00 2001 From: wing328 Date: Sun, 23 Jul 2017 02:00:53 +0800 Subject: [PATCH] minor fix to typescript-jquery batch file --- bin/windows/typescript-jquery.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/windows/typescript-jquery.bat b/bin/windows/typescript-jquery.bat index 5a30ca4dfc0..71056ef84d9 100644 --- a/bin/windows/typescript-jquery.bat +++ b/bin/windows/typescript-jquery.bat @@ -5,6 +5,6 @@ If Not Exist %executable% ( ) REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -set ags=generate -i modules\swagger-codegen\src\test\resources\2_0\petstore.json -l typescript-query -o samples\client\petstore\typescript-jquery\default +set ags=generate -i modules\swagger-codegen\src\test\resources\2_0\petstore.json -l typescript-jquery -o samples\client\petstore\typescript-jquery\default java %JAVA_OPTS% -jar %executable% %ags%