From 011ccd408cdc9d5b6b0fab8cc8117ee800700a1e Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 14 Feb 2019 15:42:17 -0600 Subject: [PATCH] Codegen fixed... AGAIN. --- script/download_codegen_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/download_codegen_cli.sh b/script/download_codegen_cli.sh index 9460807a..22c41648 100755 --- a/script/download_codegen_cli.sh +++ b/script/download_codegen_cli.sh @@ -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