Fix shellcheck error

This commit is contained in:
Stacy Harper 2021-06-13 08:51:34 +02:00
parent 3687ffacd4
commit a3d13c6c7d
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -15,7 +15,7 @@ valid_number() {
return
fi
notify-send "\""$1"\" is not a valid phone number"
notify-send "\"$1\" is not a valid phone number"
exit
}