Skip to content

Commit

Permalink
fix: generate client
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 15, 2019
1 parent 53704ab commit be65ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-client.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dir=${PWD}
parentdir="$(dirname "$dir")"

REPO_TAG=1.0.0
REPO_TAG=1.1.5-dev
FILE=https://raw.githubusercontent.com/mintproject/model-catalog-api/$REPO_TAG/model-catalog.yaml
docker run -ti --rm -v ${PWD}:/local openapitools/openapi-generator-cli:v4.1.2 \
generate \
Expand Down

0 comments on commit be65ce5

Please sign in to comment.