From 9461fc7e14625d903b73a660a94a62c96a4f7d62 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 20 Jul 2023 11:26:40 +0200 Subject: [PATCH] Take the latest of the links. --- bis.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bis.pl b/bis.pl index bc0fcbae..0207140b 100755 --- a/bis.pl +++ b/bis.pl @@ -46,10 +46,10 @@ for my $iso (@$json) { } } -my $isolink = $links->[0]; -if ($netinst eq "Netinst") { - $isolink = $links->[-1]; -} +my $isolink = $links->[-1]; +#if ($netinst eq "Netinst") { +# $isolink = $links->[-1]; +#} print("Sending the API command to openQA: \n");