Skip to content

Commit

Permalink
fix: Script to update the public suffix file
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Nov 23, 2024
1 parent 45e4ad4 commit 7f5e90b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ echo -n "Downloading public_suffix_list.dat ... "
curl -s https://publicsuffix.org/list/public_suffix_list.dat -o "${DAILYFILE}"
cp "${DAILYFILE}" "${TARGETFILE}"
git add "${TARGETFILE}"
git commit -m"chore: Updated the Mozilla Public Suffix list" ./analyzer/src/main/resources/mozilla-public-suffix-list.txt
git commit -m"chore: Updated the Mozilla Public Suffix list" "${TARGETFILE}"
echo "done"
exit 0

0 comments on commit 7f5e90b

Please sign in to comment.