summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 09:19:21 -0500
committerJeff Carr <[email protected]>2025-10-22 09:19:21 -0500
commitc292cbebfdfe37d9c8aa1a0cfdf86786374f4785 (patch)
tree8f40597675bcbb6d0c4aa03bfd82a89e35f5691c /main.go
parent65299beaf9cca2410bf01828b0f3afcfd701a633 (diff)
step1
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0346b42..1143e66 100644
--- a/main.go
+++ b/main.go
@@ -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 {