mirror of
https://github.com/uklans/cache-domains
synced 2025-08-03 14:51:23 +02:00
refactor: single - for passing options
This commit is contained in:
parent
4df4f6d3a4
commit
17720868c5
@ -8,7 +8,7 @@ pre-commit:
|
||||
- name: sort cdns
|
||||
run: |
|
||||
for f in {all_files}; do
|
||||
sort -u -o ${f} ${f}
|
||||
sort -uo ${f} ${f}
|
||||
done
|
||||
env:
|
||||
LC_ALL: C
|
||||
|
Loading…
Reference in New Issue
Block a user