mirror of
https://github.com/gfwlist/gfwlist.git
synced 2025-12-13 13:54:02 +08:00
make sure this script only affects gfwlist.txt
This commit is contained in:
@@ -94,7 +94,7 @@ git commit -a -m "$*" &&
|
||||
|
||||
# commit to remote svn server
|
||||
base64 list.txt > gfwlist.txt &&
|
||||
svn ci -m $( echo "$*" | base64 -w 0) &&
|
||||
svn ci gfwlist.txt -m $( echo "$*" | base64 -w 0) &&
|
||||
|
||||
rm temp.patch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user