From 2180324cce8b10db12b199c23214d26596e5419d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 27 Nov 2025 08:20:26 -0800 Subject: [PATCH] Whoops, missing ; 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 bf80a398..5497e93b 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -788,7 +788,7 @@ sub _repo_setup_updates { $error .= "kind of pre-existing issue which was missed in earlier testing. " $error .= "For debugging, the dnf output should be visible two or three frames before this one, "; $error .= "or in serial_terminal.txt on the Logs & Assets tab. "; - $error .= "Please contact the Quality team if you need help determining the cause." + $error .= "Please contact the Quality team if you need help determining the cause."; script_retry "dnf -y --best update", 1200, 5, $error unless (get_var("UPGRADE") || get_var("INSTALL") || get_var("CANNED")); # on liveinst tests, we'll remove the packages we installed # above (and their deps, which dnf will include automatically),