From 9294fa1a7749ce26ac721008246aa7eaa82a4017 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:46:28 +0100 Subject: [PATCH] fix microcode json --- json/microcode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/microcode.json b/json/microcode.json index 627af91f..8bb521e3 100644 --- a/json/microcode.json +++ b/json/microcode.json @@ -36,7 +36,7 @@ "type": "info" }, { - "text": "After a reboot, you can check whether any microcode updates are currently in effect by running the following command. `journalctl -k | grep -E "microcode" | head -n 1`", + "text": "After a reboot, you can check whether any microcode updates are currently in effect by running the following command. `journalctl -k | grep -E \"microcode\" | head -n 1`", "type": "info" } ]