[pve-devel] [PATCH proxmox-ve v2 3/3] Removed double wording in apthook message
Alwin Antreich
a.antreich at proxmox.com
Wed Jan 9 13:37:19 CET 2019
Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
---
debian/apthook/pve-apt-hook | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/apthook/pve-apt-hook b/debian/apthook/pve-apt-hook
index d49a2ce..0ec017d 100755
--- a/debian/apthook/pve-apt-hook
+++ b/debian/apthook/pve-apt-hook
@@ -58,7 +58,7 @@ while (my $line = <$fh>) {
$log->("!! WARNING !!\n");
$log->("You are attempting to remove the meta-package '${check_package}'!\n");
$log->("\n");
- $log->("If you really you want to permanently remove '${check_package}' from your system, run the following command\n");
+ $log->("If you really want to permanently remove '${check_package}' from your system, run the following command\n");
$log->("\ttouch '${check_file}'\n");
$log->("run apt purge ${check_package} to remove the meta-package\n");
$log->("and repeat your apt invocation.\n");
--
2.11.0
More information about the pve-devel
mailing list