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