Skip to content

Commit

Permalink
manifest: make string lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Mar 25, 2024
1 parent ed6e0d1 commit 499a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildManifests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function buildManifests2 {
"enum"
}
else {
"String"
"string"
}
}
SwitchParameter {
Expand Down

0 comments on commit 499a30a

Please sign in to comment.