summaryrefslogtreecommitdiff
path: root/apt.go
diff options
context:
space:
mode:
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 ddab8e4..9f88164 100644
--- a/apt.go
+++ b/apt.go
@@ -62,7 +62,7 @@ func updatePackages() {
}
}
- footer := fmt.Sprintf("%s has distro %s with %d packages installed",me.hostname, me.distro, me.packages.Len())
+ footer := fmt.Sprintf("%s has distro %s with %d packages installed", me.hostname, me.distro, me.packages.Len())
if changeCounter != 0 {
footer += fmt.Sprintf(" (%d changed)", changeCounter)
}