Browse Source

fix: alphabetical sorting script path correction

pull/975/head
Khaldoon Mutahar 2 years ago
parent
commit
a1d2e119e9
No known key found for this signature in database
GPG Key ID: 82BE371CB63A1D69
  1. 2
      scripts/check_alphabetical_sorting.sh

2
scripts/check_alphabetical_sorting.sh

@ -1,3 +1,3 @@
# Returns a non-zero exit code if the data sites are not alphabetically sorted.
grep 'domain:' _data/sites.yml | grep -v '512kb.club' | tr '[:upper:]' '[:lower:]' | sort -c
grep 'domain:' ../_data/sites.yml | grep -v '512kb.club' | tr '[:upper:]' '[:lower:]' | sort -c

Loading…
Cancel
Save