make casing of noRestartOn match other yaml fields

This commit is contained in:
Brian Picciano 2022-02-27 13:26:18 -07:00
parent b4c6787a98
commit cfc6166135

View File

@ -45,7 +45,7 @@ type Config struct {
// NoRestartOn indicates which exit codes should result in the process not
// being restarted any further.
NoRestartOn []int `yaml:"no_restart_on"`
NoRestartOn []int `yaml:"noRestartOn"`
}
func (cfg Config) withDefaults() Config {