forked from loafle/openapi-generator-original
Fixes typo template folder for javascript in bin-promise-script
the folder name for the template starts with a capital letter.
This commit is contained in:
parent
b576bc3893
commit
863c77ae6e
@ -26,7 +26,7 @@ fi
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# if you've executed sbt assembly previously it will use that instead.
|
||||||
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
|
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
|
||||||
ags="$@ generate -t modules/swagger-codegen/src/main/resources/javascript \
|
ags="$@ generate -t modules/swagger-codegen/src/main/resources/Javascript \
|
||||||
-i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l javascript \
|
-i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l javascript \
|
||||||
-o samples/client/petstore/javascript-promise \
|
-o samples/client/petstore/javascript-promise \
|
||||||
--additional-properties usePromises=true"
|
--additional-properties usePromises=true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user