Skip to content

Commit fecc532

Browse files
MickLeskhavardthom
andauthored
Update misc/build.func
Co-authored-by: Håvard Gjøby Thom <[email protected]>
1 parent d807dc7 commit fecc532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/build.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ check_storage() {
531531
read -r -p "" prompt
532532
# Check if the input is 'y' or 'yes', otherwise exit with status 1
533533
if [[ ! ${prompt,,} =~ ^(y|yes)$ ]]; then
534-
echo -e "❌${HOLD} ${YWB}Exiting based on incorrect user input.${CL}"
534+
echo -e "❌${HOLD} ${YWB}Exiting based on user input.${CL}"
535535
exit 1
536536
fi
537537
fi

0 commit comments

Comments
 (0)