From f8175a8c215dbc3adefa04be8432fa41ae7ec3eb Mon Sep 17 00:00:00 2001 From: nmfretz Date: Sun, 3 Dec 2023 21:31:02 -0800 Subject: [PATCH] fix debug log power supply grammar --- scripts/debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debug b/scripts/debug index a0d499164..731bda97c 100755 --- a/scripts/debug +++ b/scripts/debug @@ -165,7 +165,7 @@ echo "================" if [[ ! -z "${UMBREL_OS:-}" ]]; then if [[ $(vcgencmd get_throttled) != "throttled=0x0" ]]; then if [[ $(vcgencmd get_throttled) = "throttled=0x5"* ]]; then - echo "There is probably issue with your power supply. We recommend using the official power supply to avoid this issue" + echo "There is probably an issue with your power supply. We recommend using the official Raspberry Pi power supply to avoid this issue." else echo "The temperature of your Raspberry Pi is too high. We recommend either using a case that lowers the temperature of your Pi or a case with a builtin fan." fi