Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Sep 12, 2022
1 parent d36f1e1 commit 7187799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/manifests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func useDictionary(input string) string {
"additional Properties": "additionalProperties", //This field is used by RJSF and should not include white space
"ca Bundle": "CA Bundle",
"mtls": "mTLS",
"m TLS": "mTLS",
"m TLS": "mTLS",
}
for comp := range dict {
if comp == input {
Expand Down

0 comments on commit 7187799

Please sign in to comment.