This commit is contained in:
Omar Polo 2021-12-29 18:13:55 +00:00
parent 5c7abf0151
commit ce09569f7b
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ check_reply() {
if [ "$body" != "$2" ]; then
echo "Body mismatch" >&2
echo "wants : $1" >&2
echo "wants : $2" >&2
echo "got : $body" >&2
return 1
fi