mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
chore: Fix typo in deprecation message
This commit is contained in:
parent
b5e6466c1d
commit
33ce0e99b5
@ -33,7 +33,7 @@ func (c *Config) ValidateAndSetDefaults() error {
|
|||||||
if len(c.Instances) > 0 {
|
if len(c.Instances) > 0 {
|
||||||
log.Println("WARNING: Your configuration is using 'remote', which is in alpha and may be updated/removed in future versions.")
|
log.Println("WARNING: Your configuration is using 'remote', which is in alpha and may be updated/removed in future versions.")
|
||||||
log.Println("WARNING: See https://github.com/TwiN/gatus/issues/64 for more information")
|
log.Println("WARNING: See https://github.com/TwiN/gatus/issues/64 for more information")
|
||||||
log.Println("WARNING: This feature is a candidate for removal in future versions. Please comment on the issue above is you need this feature.")
|
log.Println("WARNING: This feature is a candidate for removal in future versions. Please comment on the issue above if you need this feature.")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user