From fecc5325c65b4404e45ed3085fc464e86428608f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:48:35 +0100 Subject: [PATCH] Update misc/build.func MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 5edae6b2..84666b21 100644 --- a/misc/build.func +++ b/misc/build.func @@ -531,7 +531,7 @@ check_storage() { read -r -p "" prompt # Check if the input is 'y' or 'yes', otherwise exit with status 1 if [[ ! ${prompt,,} =~ ^(y|yes)$ ]]; then - echo -e "❌${HOLD} ${YWB}Exiting based on incorrect user input.${CL}" + echo -e "❌${HOLD} ${YWB}Exiting based on user input.${CL}" exit 1 fi fi