Fix bug where .bin isn't already created
This commit is contained in:
parent
cf63c9dad2
commit
ed0e598876
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue