Skip to content

Commit 44d500c

Browse files
authored
Update customization.md (#13416)
1 parent abe8c74 commit 44d500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ java -cp "out/generators/my-codegen/target/my-codegen-openapi-generator-1.0.0.ja
110110
Note the `my-codegen` is an option for `-g` now, and you can use the usual arguments for generating your code:
111111

112112
```sh
113-
java -cp out/codegens/customCodegen/target/my-codegen-openapi-generator-1.0.0.jar:modules/openapi-generator-cli/target/openapi-generator-cli.jar \
113+
java -cp out/generators/my-codegen/target/my-codegen-openapi-generator-1.0.0.jar:modules/openapi-generator-cli/target/openapi-generator-cli.jar \
114114
org.openapitools.codegen.OpenAPIGenerator generate -g my-codegen \
115115
-i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml \
116116
-o ./out/myClient

0 commit comments

Comments
 (0)