forked from loafle/openapi-generator-original
[Rust Server] Fix homepage URL in Cargo.toml (#19365)
This fixes a missing quote in Cargo.toml, which causes validation errors
This commit is contained in:
parent
ba1d7255d0
commit
caeb83c845
@ -28,7 +28,7 @@ repository = "{{.}}"
|
||||
documentation = "{{.}}"
|
||||
{{/documentationUrl}}
|
||||
{{#homePageUrl}}
|
||||
homepage = "{{.}}
|
||||
homepage = "{{.}}"
|
||||
{{/homePageUrl}}
|
||||
|
||||
[features]
|
||||
|
Loading…
x
Reference in New Issue
Block a user