diff options
-rwxr-xr-x | bin/chroot-installation.sh | 2 | ||||
-rw-r--r-- | logparse/chroot-installation.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index ecc9959a..f86febed 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -309,7 +309,7 @@ if [ "$DISTRO" = "sid" ] ; then cat $TMPFILE fi if ! cat /etc/debian_version | grep -q ^8 ; then - echo "Warning: seems Stretch has been released, please revisit the list of transitional packages to ignore…" + echo "Warning: It seems Stretch has been released, please revisit the list of transitional packages to ignore…" fi fi diff --git a/logparse/chroot-installation.rules b/logparse/chroot-installation.rules index 006b0212..6213469b 100644 --- a/logparse/chroot-installation.rules +++ b/logparse/chroot-installation.rules @@ -3,4 +3,4 @@ ok /not really/ warning /Warning: Transitional packages found:/ -warning /Warning: seems Stretch has been released.+/ +warning /Warning: It seems .+ has been released.+/ |