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