make casing of noRestartOn match other yaml fields

main
Brian Picciano 2 years ago
parent b4c6787a98
commit cfc6166135
  1. 2
      pmuxproc/pmuxproc.go

@ -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…
Cancel
Save