File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 cat temp-direct.txt | sort --ignore-case -u > direct-list-with-redundant
120120 cat temp-reject.txt | sort --ignore-case -u > reject-list-with-redundant
121121 # extras
122- cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u > direct-list-with-redundant
122+ cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u >> direct-list-with-redundant
123123
124124 - name : Remove redundant domains
125125 run : |
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 cat temp-direct.txt | sort --ignore-case -u > direct-list-with-redundant
122122 cat temp-reject.txt | sort --ignore-case -u > reject-list-with-redundant
123123 # extras
124- cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u > direct-list-with-redundant
124+ cat $CHINA_MAX_DOMAINS_EXTRA_URL | sort --ignore-case -u >> direct-list-with-redundant
125125
126126 - name : Remove redundant domains
127127 run : |
You can’t perform that action at this time.
0 commit comments