diff --git a/remind b/remind index 9394f78..c874ae1 100755 --- a/remind +++ b/remind @@ -31,7 +31,6 @@ _remind() { if [[ -z "$@" ]]; then echo -e "\033[31mProvide a remind text first.\n\033[0m" - _cancel else read -p 'Time to delay: ' TIMECHOOSEN if [[ -z "$TIMECHOOSEN" ]]; then