chore: update file path in README

pull/4316/head^2
Jason Stirnaman 2022-08-15 13:18:08 -05:00 committed by GitHub
parent 7d120aae35
commit 1051145790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
export DOCS="$HOME/github/docs-v2"
alias gsd="cd $HOME/github/openapi && make generate-all && \
npx oats ./contracts/ref/cloud.yml && npx oats ./contracts/ref/oss.yml && \
cd $DOCS/api-docs && ./getswagger.sh all -b file:///Users/jasonstirnaman/github/openapi && \
cd $DOCS/api-docs && ./getswagger.sh all -b file:///$HOME/github/openapi && \
sh ./generate-api-docs.sh"
```