Fixed syntax error.

This commit is contained in:
Raphaël Numbus
2026-05-17 19:55:29 +02:00
parent 440f4c8fb5
commit 6bf9a575bb
+1 -1
View File
@@ -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"
}