summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/just_fetch.pl')
-rwxr-xr-xscripts/just_fetch.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/just_fetch.pl b/scripts/just_fetch.pl
index 80e95ef..370be36 100755
--- a/scripts/just_fetch.pl
+++ b/scripts/just_fetch.pl
@@ -6,8 +6,8 @@ use HTML::LinkExtor ;
my @upstream_url =
(
- "http://grsecurity.net/test.php",
- "http://grsecurity.net/download_stable.php"
+ "http://grsecurity.net/download_stable.php",
+ "http://grsecurity.net/test.php"
) ;
my $file_pattern = "grsecurity-";