diff --git a/functions/menu.sh b/functions/menu.sh index aa024a84..ba34ac0d 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -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")