From 08bf0f57035a8c2e5f01575cc7dd255c5370faf8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Jan 2025 15:48:34 -0600 Subject: [PATCH] fix build --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index ad68e73..65d5173 100644 --- a/structs.go +++ b/structs.go @@ -17,6 +17,6 @@ type stuff struct { distro string // debian,redhat,gentoo,macos,wincrap packages *zoopb.Packages // installed packages and versions machines *zoopb.Machines // every machine that has reported itself to the zookeeper - // targets map[string]string // what versions the machines should be running + targets map[string]string // what versions the machines should be running upgrade map[string]bool // use this to trigger builds }