We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d807dc7 commit fecc532Copy full SHA for fecc532
misc/build.func
@@ -531,7 +531,7 @@ check_storage() {
531
read -r -p "" prompt
532
# Check if the input is 'y' or 'yes', otherwise exit with status 1
533
if [[ ! ${prompt,,} =~ ^(y|yes)$ ]]; then
534
- echo -e "❌${HOLD} ${YWB}Exiting based on incorrect user input.${CL}"
+ echo -e "❌${HOLD} ${YWB}Exiting based on user input.${CL}"
535
exit 1
536
fi
537
0 commit comments