diff --git a/script/download_codegen_cli.sh b/script/download_codegen_cli.sh index a46e53db..28cb86ca 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://oss.sonatype.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 + curl https://oss.sonatype.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 \ No newline at end of file