Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocarvajald committed Nov 14, 2024
1 parent 55e31cc commit cfb358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/boot/boot_from_pxe.pm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ sub run {
elsif (get_var('PXE_GRUB_HTTP')) {
my $device = (is_ipmi && !get_var('SUT_NETDEVICE_SKIPPED')) ? "?device=$interface" : '';
my $load_from_http = get_var('PXE_GRUB_HTTP');
my $mirror_url = Mojo::URL->new(get_required_var('MIRROR_HTTP'));
my $mirror_url = Mojo::URL->new(get_required_var('MIRROR_HTTP'));
$image_path = $load_from_http . $mirror_url->path . "/boot/$arch/loader/linux ";
$image_path .= "initrd=$load_from_http" . $mirror_url->path . "/boot/$arch/loader/initrd ";
$image_path .= "install=$mirror_url$device ";
Expand Down

0 comments on commit cfb358c

Please sign in to comment.