diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ func main() { me.hostname, _ = os.Hostname() me.pollDelay = time.Hour me.machines = zoopb.NewMachines() - if err := config.ConfigLoad(me.machines, "zookeeper", "machine"); err != nil { + if err := config.ConfigLoad(me.machines); err != nil { badExit(err) } if argv.List != nil { |
