summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 21:05:03 -0600
committerJeff Carr <[email protected]>2024-11-15 21:05:03 -0600
commit8193bf18abbef3ffb00d22820899096db19ba428 (patch)
tree064f4c63d6e621bac395d586d4ff5c78d2d27a25 /main.go
parent706b0418bf68a09ff7b78a1646c280a53be68c97 (diff)
move to just sending machine
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index f08acf7..d60f1e0 100644
--- a/main.go
+++ b/main.go
@@ -54,10 +54,11 @@ func main() {
// init my machine protobuf
me.machine = new(zoopb.Machine)
+ me.machine.Packages = new(zoopb.Packages)
me.machine.Hostname = me.hostname
// init the installed package list
- me.packages = new(zoopb.Packages)
+ // me.packages = new(zoopb.Packages)
initPackages()
go NewWatchdog()