Skip to content

Commit defb0bc

Browse files
authored
Update building.md (#6635)
Fix invalid yaml in building docs
1 parent 046ba7d commit defb0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Once built, `run-in-docker.sh` will act as an executable for openapi-generator-c
4343
```bash
4444
./run-in-docker.sh help # Executes 'help' command for openapi-generator-cli
4545
./run-in-docker.sh list # Executes 'list' command for openapi-generator-cli
46-
./run-in-docker.sh /gen/bin/generate-samples.sh /gen/bin/configs/go-petstore.yaml/ # Builds the Go client
46+
./run-in-docker.sh /gen/bin/generate-samples.sh /gen/bin/configs/go-petstore.yaml # Builds the Go client
4747
./run-in-docker.sh generate -i modules/openapi-generator/src/test/resources/2_0/petstore.yaml \
4848
-g go -o /gen/out/go-petstore -DpackageName=petstore # generates go client, outputs locally to ./out/go-petstore
4949
```

0 commit comments

Comments
 (0)