From f0317425c25cca27fff440e343bf22c4a80e43e7 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 12 Oct 2024 14:37:04 +0100 Subject: [PATCH] Update src/icalendar/tests/test_create_release.sh Co-authored-by: Steve Piercy --- src/icalendar/tests/test_create_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icalendar/tests/test_create_release.sh b/src/icalendar/tests/test_create_release.sh index 78c2053d..ef07e203 100755 --- a/src/icalendar/tests/test_create_release.sh +++ b/src/icalendar/tests/test_create_release.sh @@ -24,7 +24,7 @@ if tar -tf "$archive" | grep -q 'fuzzing/'; then fi if ! tar -tf "$archive" | grep -q '/docs/'; then - echo "ERROR: The documentation is not included in the release." + echo "ERROR: The documentation is not included in the release, but should be." echo " See https://github.com/collective/icalendar/issues/712" exit 1 fi