output cleanup
This commit is contained in:
parent
bb620b3d9b
commit
5bd3de1f9a
2
apt.go
2
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 {
|
||||
|
|
Loading…
Reference in New Issue