diff --git a/scripts/clr-network-troubleshooter.in b/scripts/clr-network-troubleshooter.in index 8c6a129..90b9d65 100755 --- a/scripts/clr-network-troubleshooter.in +++ b/scripts/clr-network-troubleshooter.in @@ -280,7 +280,7 @@ sub check_mirror { my $test_url = $version_url; if ($test_url) { - $test_url =~ s|[^/]+/?$|latest|; + $test_url =~ s|/?$|/version/latest_version|; } if (! $test_url || $test_url =~ m|^https://(?:cdn\.)?download.clearlinux.org/latest|) {