mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Fix typo
This commit is contained in:
parent
fff34fff58
commit
7af67af086
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ type Config struct {
|
|||
// AutoDiscover to discover services to monitor
|
||||
AutoDiscover bool `yaml:"auto-discover"`
|
||||
|
||||
// ServiceTemplate Template for auto disocovered services
|
||||
// ServiceTemplate Template for auto discovered services
|
||||
ServiceTemplate core.Service `yaml:"service-template"`
|
||||
|
||||
// ExcludeSuffix Ignore services with this suffix
|
||||
|
|
Loading…
Reference in a new issue