Skip to content

Commit 9ca8242

Browse files
committed
Remove template path from petstore script
1 parent 5d89b72 commit 9ca8242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/kotlin-client-petstore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ fi
2626

2727
# if you've executed sbt assembly previously it will use that instead.
2828
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
29-
ags="generate -t modules/swagger-codegen/src/main/resources/kotlin-client -i modules/swagger-codegen/src/test/resources/2_0/petstore.yaml -l kotlin --artifact-id kotlin-petstore-client -o samples/client/petstore/kotlin $@"
29+
ags="generate -i modules/swagger-codegen/src/test/resources/2_0/petstore.yaml -l kotlin --artifact-id kotlin-petstore-client -o samples/client/petstore/kotlin $@"
3030

3131
java ${JAVA_OPTS} -jar ${executable} ${ags}

0 commit comments

Comments
 (0)