Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Feb 9, 2024
1 parent 18fbdb8 commit 9618faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The configuration file is divided into three sections:
| `source.username` | Username of the data source account. | str | any | "" | Yes |
| `source.password` | Password of the data source account. | str | any | "" | Yes |
| `source.validateCert` | Enforce TLS certificate validation. | bool | true, false | false | No |
| `source.permittedSubnets` | Array of subnets permitted for the osurce. Format: CIDR notation | []string | any | [] | No |
| `source.permittedSubnets` | Array of subnets permitted for the source. Format: CIDR notation | []string | any | [] | No |
| `source.tag` | Tag to be applied to all objects created by this source. | string | any | "source-" + source.name | No |
| `source.tagColor` | TagColor for the source tag. | string | any | ovirt: "07426b" | No |
| `source.hostSiteRelations` | Regex relations in format `regex = siteName`, that map each host that satisfies regex to site | []string | any | [] | No |
Expand Down
3 changes: 2 additions & 1 deletion project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ GBIC
GBPS
GEPON
glbp
GOARCH
goinstall
golangci
gomod
Expand Down Expand Up @@ -77,6 +78,7 @@ Sriov
ssot
Supermicro
testolvm
topsecret
TWDM
VCPUs
veth
Expand All @@ -96,4 +98,3 @@ wordlists
XENPAK
XGPON
XGSPON
GOARCH

0 comments on commit 9618faf

Please sign in to comment.