quotation

This commit is contained in:
Heavybullets8 2022-07-26 16:36:16 -06:00
parent 8a2fd2a976
commit c44e09e300

View File

@ -78,7 +78,7 @@ menu(){
echo "0 was not an option.. exiting"
exit
elif ! [[ $up_async =~ ^[0-9]+$ ]]; then
echo "Error: $up_async is invalid, it needs to be an integer"
echo "Error: \"$up_async\" is invalid, it needs to be an integer"
exit
else
update_selection+=("-u" "$up_async")