Minor changes

This commit is contained in:
4G3NT 2023-06-17 05:05:42 -07:00 committed by GitHub
parent 7d13a4be94
commit 9bb76850b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ done
shift $((OPTIND - 1))
msg="$1"
msg="$(echo "$1" | sed 's/^ *//;s/ *$//')"
[ -z "$msg" ] && {
err "a message needs to be specified"
err "a valid message needs to be specified"
exit 1
}