From 9886bf54e61ebda418cc432f7563ddda25d405d7 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 25 Apr 2020 08:15:39 +0800 Subject: [PATCH] scripts/download.pl: fix typo --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index 59d678d0f2..c99fc4e32a 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -272,7 +272,7 @@ foreach my $mirror (@ARGV) { } } -unshift @mirrors, 'https://sources.cdn.openwrt.org'; +push @mirrors, 'https://sources.cdn.openwrt.org'; #push @mirrors, 'https://mirror1.openwrt.org'; push @mirrors, 'https://sources.openwrt.org'; push @mirrors, 'https://mirror2.openwrt.org/sources';