updated scripts

This commit is contained in:
Tony Tam
2015-02-12 21:38:31 -08:00
parent 8785759fdf
commit 54db9f8f24
6 changed files with 6 additions and 6 deletions

View File

@@ -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 http://petstore.swagger.wordnik.com/v2/swagger.json -l dynamic-html -o samples/swagger-dynamic-html"
ags="$@ -i http://petstore.swagger.io/v2/swagger.json -l dynamic-html -o samples/swagger-dynamic-html"
java $JAVA_OPTS -jar $executable $ags