From a4b42b5bafffa4de0156ac84fe69c85993bc7c22 Mon Sep 17 00:00:00 2001 From: anarcat Date: Sat, 14 Oct 2023 21:56:17 -0400 Subject: [PATCH] Update apt_info.py Co-authored-by: Daniel Swarbrick Signed-off-by: anarcat --- apt_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt_info.py b/apt_info.py index 83ec1f3..a4a218d 100755 --- a/apt_info.py +++ b/apt_info.py @@ -3,7 +3,7 @@ # Description: Expose metrics from apt. This is inspired by and # intended to be a replacement for the original apt.sh. # -# This script does *not* update the apt cache, deliberately. You need +# This script deliberately does *not* update the apt cache. You need # something else to run `apt update` regularly for the metrics to be # up to date. This can be done un numerous ways, but the canonical way # is to use the normal `APT::Periodic::Update-Package-Lists`