summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-30 04:40:00 -0600
committerJeff Carr <[email protected]>2024-12-30 04:40:00 -0600
commit128591a3b9c4deaf06ee88d29ac3e1bc4ec56631 (patch)
tree9e23eb9aa90fdce81c9a9672664a2b48652a59fb
parentcea50e3541391a995752fefe6574ea999f3b5134 (diff)
notsure on this thing. still probably do something elsev0.0.18v0.0.17v0.0.16
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
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
}