summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 12:45:26 -0600
committerJeff Carr <[email protected]>2024-11-30 12:45:26 -0600
commit5bd3de1f9a49949a3212acf9903f7d351c31b35c (patch)
tree8020e4b79e3a3ca270d6ec87c89c1f96b7baa6d8 /apt.go
parentbb620b3d9b5d28363d932db438a6c36369f3bdc5 (diff)
output cleanupv0.0.9v0.0.10
Diffstat (limited to 'apt.go')
-rw-r--r--apt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt.go b/apt.go
index a6a68cb..db4c415 100644
--- a/apt.go
+++ b/apt.go
@@ -31,7 +31,7 @@ func (me *Machine) initPackages() {
}
}
- log.Info(me.Hostname, "has distro", me.Distro, "with", me.Packages.Len(), "packages installed.")
+ log.Info(me.Hostname, "is", me.Distro, "with", me.Packages.Len(), "packages")
}
func (me *Machine) addNew(name string, version string) bool {