chore: fix typo

This commit is contained in:
bin456789 2023-06-05 20:44:39 +08:00
parent 4653fc148d
commit 6d4ebf8294
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -43,7 +43,7 @@ test_url() {
[ -n "$var_to_eval" ] && eval $var_to_eval=$real_type
if ! echo $expect_type | grep -wo "$real_type"; then
error_and_exit "$url expect: $expect_type. real: $real_type, "
error_and_exit "$url expect: $expect_type. real: $real_type."
fi
}