Skip to content

Commit 40a7e53

Browse files
authored
Improve handling spaces in example command (#6482)
1 parent 6477a3c commit 40a7e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ To generate code with this image, you'll need to mount a local location as a vol
283283
Example:
284284

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

0 commit comments

Comments
 (0)