Skip to content

Commit

Permalink
Update misc/build.func
Browse files Browse the repository at this point in the history
Co-authored-by: Håvard Gjøby Thom <[email protected]>
  • Loading branch information
MickLesk and havardthom authored Nov 14, 2024
1 parent d807dc7 commit fecc532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/build.func
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fecc532

Please sign in to comment.