Skip to content

Commit

Permalink
Pinning version of openapi-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
David Davis committed Jul 10, 2019
1 parent b52e330 commit 75a157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.sh
Expand Up @@ -16,7 +16,7 @@ fi

if [ $2 = 'python' ]
then
docker run -u $(id -u) --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate \
docker run -u $(id -u) --rm -v ${PWD}:/local openapitools/openapi-generator-cli:v4.0.2 generate \
-i /local/api.json \
-g python \
-o /local/$1-client \
Expand Down

0 comments on commit 75a157c

Please sign in to comment.