diff options
Diffstat (limited to 'apt.go')
| -rw-r--r-- | apt.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
