From d4baff8d90fc3452d2ad50882844bbc3b28c38ce Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 26 Nov 2012 08:59:15 -0800 Subject: [PATCH] updated resource path --- bin/php-petstore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/php-petstore.sh b/bin/php-petstore.sh index daf07978aab..030be6e7cb9 100755 --- a/bin/php-petstore.sh +++ b/bin/php-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/php/PHPPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/resources.json special-key +scala $WORDNIK_OPTS $JAVA_CONFIG_OPTIONS -cp $CLASSPATH "$@" samples/client/petstore/php/PHPPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/api-docs.json special-key