From 7c52571babb2a3e0eb4be5e578c46d36f0a6f33b Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 15 Dec 2024 01:40:52 +0100 Subject: [PATCH] fix typo Signed-off-by: Daniel Hansson --- disk/format-chosen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk/format-chosen.sh b/disk/format-chosen.sh index e5ee341fda..f92841fb27 100644 --- a/disk/format-chosen.sh +++ b/disk/format-chosen.sh @@ -103,7 +103,7 @@ while done [[ -z "${devtype_present+x}" ]] do - print_text_in_color "BRed" "$DEVTYPE is not a valid disk. Please try again." + print_text_in_color "$BRed" "$DEVTYPE is not a valid disk. Please try again." : done