From eb1dce3d11da7f31ecc16587cb94cad70d76e3cf Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Fri, 6 Feb 2015 05:50:43 -0800 Subject: [PATCH] fixed paths --- bin/objc-petstore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/objc-petstore.sh b/bin/objc-petstore.sh index d01aebcff67..0e4da6eb4b3 100755 --- a/bin/objc-petstore.sh +++ b/bin/objc-petstore.sh @@ -31,6 +31,6 @@ fi # 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" -ags="$@ -i modules/swagger-codegen/src/test/resources/petstore.json -l objc -o samples/client/petstore/objc -t src/main/resources/objc" +ags="$@ -i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l objc -o samples/client/petstore/objc" java $JAVA_OPTS -jar $executable $ags