Skip to content

Commit 706c0a1

Browse files
authored
fix: close quotes in cargo manifest (#20209)
1 parent 711e53a commit 706c0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/rust/Cargo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repository = "{{.}}"
2828
documentation = "{{.}}"
2929
{{/documentationUrl}}
3030
{{#homePageUrl}}
31-
homepage = "{{.}}
31+
homepage = "{{.}}"
3232
{{/homePageUrl}}
3333

3434
[dependencies]

0 commit comments

Comments
 (0)