From 7c17f001c7bf5262c384f5730820ae0c3ad8e16b Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Sun, 25 Aug 2019 06:34:34 +0000
Subject: [PATCH] Consistency.

---
 config/chroot_local-hooks/98-remove_unwanted_packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/chroot_local-hooks/98-remove_unwanted_packages b/config/chroot_local-hooks/98-remove_unwanted_packages
index 5cea5b398a4..3db748d71c4 100755
--- a/config/chroot_local-hooks/98-remove_unwanted_packages
+++ b/config/chroot_local-hooks/98-remove_unwanted_packages
@@ -58,7 +58,7 @@ apt-get --yes purge  \
 packages_to_purge=""
 
 ### Remove packages that can get a different priority in the security
-### archive (see https://bugs.debian.org/867668):
+### archive (see https://bugs.debian.org/867668).
 for package in mutt rpcbind tcpd ; do
     if is_package_installed "$package"; then
         packages_to_purge="${packages_to_purge} ${package}"
-- 
GitLab