From df1c9037d6ef5dbe6f18948bf030793924a9b346 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 25 Aug 2023 14:38:40 -0700 Subject: [PATCH] Add a missing ; in utils.pm I've no idea how this isn't making things crash? Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index e3db0653..72b09361 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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