Skip to content

Commit

Permalink
sort still not happy
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Jan 19, 2025
1 parent 9cdb6ba commit c829a41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Print sort_lists version
run: |
python -c "import tools.sort_lists; print(f'Sort Lists Version: {tools.sort_lists.VERSION}')"
python tools/sort_lists.py -v
- name: Check for changes in source folder
id: changed_files
run: |
Expand Down
1 change: 1 addition & 0 deletions source/phishing/wildcard.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2906,6 +2906,7 @@ com-ndgh.xin
com-oea8.xin
com-q80y.xin
com-qjiu.xin

com-rfy1.xin
com-rtri.xin
com-s40i.xin
Expand Down
2 changes: 1 addition & 1 deletion tools/sort_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import idna
import json

VERSION = "0.2b24" # Incremented beta version
VERSION = "0.2b25" # Incremented beta version

def find_files_by_name(directory, filenames):
matches = []
Expand Down

0 comments on commit c829a41

Please sign in to comment.