Codegen fixed... AGAIN.

This commit is contained in:
Eric Schultz 2019-02-14 15:42:17 -06:00
parent 961695403c
commit 011ccd408c

View file

@ -2,5 +2,5 @@
if [ ! -e .bin/swagger-codegen-cli.jar ]
then
curl https://repo1.maven.org:443/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
curl -L https://repo1.maven.org/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
fi