make casing of noRestartOn match other yaml fields
This commit is contained in:
parent
b4c6787a98
commit
cfc6166135
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user