Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-tgshv authored Feb 18, 2025
1 parent 18e1294 commit b92b6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "# UPDATED: $(TZ='Europe/Moscow' date '+%Y-%m-%d %H:%M:%S') MSK" >> domains_refilter.list &&
echo "# SOURCE: https://github.com/1andrevich/Re-filter-lists" >> domains_refilter.list
sed 's/^./DOMAIN-SUFFIX,/' temp2.txt | tee domaintmp
sed 's/^/DOMAIN-SUFFIX,/g' temp2.txt | tee domaintmp
wc -l < domaintmp | awk '{print "# TOTAL:", $1}' >> domains_refilter.list
cat domaintmp >> domains_refilter.list && rm domaintmp temp2.txt
Expand Down

0 comments on commit b92b6f1

Please sign in to comment.