mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Add a missing ; in utils.pm
I've no idea how this isn't making things crash? Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e854035816
commit
df1c9037d6
@ -738,7 +738,7 @@ sub gnome_initial_setup {
|
||||
if ($args{live}) {
|
||||
# this is the flow we see when booting an F39+ Workstation live
|
||||
# we only get language and keyboard
|
||||
@nexts = ('language', 'keyboard')
|
||||
@nexts = ('language', 'keyboard');
|
||||
}
|
||||
if ($args{prelogin}) {
|
||||
# 'language', 'keyboard' and 'timezone' were skipped between F28
|
||||
|
Loading…
Reference in New Issue
Block a user