Skip to content

Commit

Permalink
Update src/icalendar/tests/test_create_release.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
niccokunzmann and stevepiercy authored Oct 12, 2024
1 parent 9b28ddb commit f031742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/tests/test_create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f031742

Please sign in to comment.