From ad5d44769b255fde43d45ab7ab53b7ce62e42183 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Sun, 23 Sep 2012 16:12:24 -0700 Subject: [PATCH] updated script location --- bin/scala-petstore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scala-petstore.sh b/bin/scala-petstore.sh index f0c326a2db8..95c577955a3 100755 --- a/bin/scala-petstore.sh +++ b/bin/scala-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/petstore/scala/ScalaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/resources.json special-key +scala $WORDNIK_OPTS $JAVA_CONFIG_OPTIONS -cp $CLASSPATH "$@" samples/client/petstore/scala/ScalaPetstoreCodegen.scala http://petstore.swagger.wordnik.com/api/resources.json special-key