Fix shellcheck error
This commit is contained in:
parent
3687ffacd4
commit
a3d13c6c7d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ valid_number() {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
notify-send "\""$1"\" is not a valid phone number"
|
notify-send "\"$1\" is not a valid phone number"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue