summarylogtreecommitdiffstats
path: root/vxray-rules-dat-updater
diff options
context:
space:
mode:
authorzswdcx2021-08-28 20:55:21 +0800
committerzswdcx2021-08-28 20:55:21 +0800
commit9b1ca73755b1d53ad3a4518ee48c0c2260b5c8d8 (patch)
tree295ebda240fadcc8590049b6a27dcbeeb3ae4fda /vxray-rules-dat-updater
parent36afb112ad4751bbdc39b51c355f9fb5a0194c4d (diff)
downloadaur-9b1ca73755b1d53ad3a4518ee48c0c2260b5c8d8.tar.gz
emergency fix
Diffstat (limited to 'vxray-rules-dat-updater')
-rwxr-xr-xvxray-rules-dat-updater3
1 files changed, 2 insertions, 1 deletions
diff --git a/vxray-rules-dat-updater b/vxray-rules-dat-updater
index be8427eaf1d3..fd395bbf995a 100755
--- a/vxray-rules-dat-updater
+++ b/vxray-rules-dat-updater
@@ -28,8 +28,9 @@ case "${1}" in
"jsdelivr" | "js")
download_files $JsDelivr
;;
-"cfcdn" | "cf"
+"cfcdn" | "cf")
download_files $CfCDN
+ ;;
*)
download_files $GitHub
;;