Skip to content

Commit 9914c77

Browse files
Fix additional typo
1 parent 3ce86a7 commit 9914c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-for-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--search 'in:title "Update tzdata to version"' \
2626
--json number --jq '.[] | .number')
2727
if [ -n "$PR_EXISTS" ]; then
28-
echo "A PR updating the tzdata version already exists: https://github.com/python/tzdata/pulls/${PR_EXISTS}"
28+
echo "A PR updating the tzdata version already exists: https://github.com/python/tzdata/pull/${PR_EXISTS}"
2929
echo "pr_exists=true" >> "$GITHUB_OUTPUT"
3030
exit 0
3131
else

0 commit comments

Comments
 (0)