mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Whoops, get the release number correctly
Wow, I am not awake yet. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
602636ef24
commit
a8d17e057f
@ -13,7 +13,7 @@ use packagetest;
|
||||
sub run {
|
||||
my $self = shift;
|
||||
my $desktop = get_var("DESKTOP");
|
||||
my $relnum = get_var("RELNUM");
|
||||
my $relnum = get_release_number;
|
||||
# for the live image case, handle bootloader here
|
||||
if (get_var("BOOTFROM")) {
|
||||
do_bootloader(postinstall => 1, params => '3');
|
||||
|
Loading…
Reference in New Issue
Block a user