Skip to content

Commit

Permalink
Improve handling spaces in example command (#6482)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored May 30, 2020
1 parent 6477a3c commit 40a7e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ To generate code with this image, you'll need to mount a local location as a vol
Example:

```sh
docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate \
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate \
-i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml \
-g go \
-o /local/out/go
Expand Down

0 comments on commit 40a7e53

Please sign in to comment.