Skip to content

Commit

Permalink
Fix error message typo
Browse files Browse the repository at this point in the history
Co-authored-by: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
  • Loading branch information
errose28 and adoroszlai authored Feb 22, 2024
1 parent 5e62ef0 commit b1e4f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for url in $(yq --output-format=props '.urlset.url[].loc' "$sitemap"); do
done

if [ "$rc" != 0 ]; then
echo "Found URLs in the build that do match the allowed URL regex: $valid_url_regex" 1>&2
echo "Found URLs in the build that do not match the allowed URL regex: $valid_url_regex" 1>&2
echo "All URLs should use kebab case and lowercase letters." 1>&2
fi

Expand Down

0 comments on commit b1e4f8b

Please sign in to comment.