output cleanup

This commit is contained in:
Jeff Carr 2024-11-30 12:45:26 -06:00
parent bb620b3d9b
commit 5bd3de1f9a
1 changed files with 1 additions and 1 deletions

2
apt.go
View File

@ -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 {