From 6bf9a575bbcf64c07a7659291a3462516310eba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 17 May 2026 19:55:29 +0200 Subject: [PATCH] Fixed syntax error. --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index ca9bbca..f0d450f 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -142,7 +142,7 @@ detect_graphics() { '{brand: \$b, renderer: \$r, integrated: \$i}') gpus=\$(echo "\$gpus" | jq --argjson obj "\$gpu_obj" '. += [\$obj]') - done < <(lspci -D | grep -iE 'VGA|3D' | awk '{print $1}') + done < <(lspci -D | grep -iE 'VGA|3D' | awk '{print \$1}') append_to_report "graphics" "\$gpus" }