From 4314ba846b3dbde6aa9513e02d103477e75c3014 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 4 Nov 2022 10:32:38 +0100 Subject: [PATCH] pveupdate: reword comment slightly and adapt text width Signed-off-by: Thomas Lamprecht --- bin/pveupdate | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/pveupdate b/bin/pveupdate index 91d8f7e8..a3126a52 100755 --- a/bin/pveupdate +++ b/bin/pveupdate @@ -51,8 +51,7 @@ if (my $err = $@) { } my $info = eval { PVE::API2::Subscription::read_etc_subscription() }; -# We assume that users with subscriptions want informations -# about new packages. +# Assume that users with subscriptions want informations about new packages. my $notify = ($info && $info->{status} eq 'active') ? 1 : 0; eval { PVE::API2::APT->update_database({ node => $nodename, notify => $notify, quiet => 1 }); }; if (my $err = $@) {