From 1a07c0796fa3fd9e56e4591edbafaed945730c62 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 26 Nov 2012 08:59:32 -0800 Subject: [PATCH] updated resource path --- bin/python-petstore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/python-petstore.sh b/bin/python-petstore.sh index c31ccdbd06d..8d8438af2ef 100755 --- a/bin/python-petstore.sh +++ b/bin/python-petstore.sh @@ -3,4 +3,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export CLASSPATH="$DIR/../target/lib/*:$DIR/../target/*" export JAVA_OPTS="${JAVA_OPTS} -Xmx1024M -DloggerPath=conf/log4j.properties" -scala $WORDNIK_OPTS $JAVA_CONFIG_OPTIONS -cp $CLASSPATH "$@" samples/client/petstore/python/PythonPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/resources.json special-key +scala $WORDNIK_OPTS $JAVA_CONFIG_OPTIONS -cp $CLASSPATH "$@" samples/client/petstore/python/PythonPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key