mirror of
https://github.com/bin456789/reinstall.git
synced 2025-06-21 03:39:53 +00:00
chore: fix typo
This commit is contained in:
parent
4653fc148d
commit
6d4ebf8294
@ -43,7 +43,7 @@ test_url() {
|
|||||||
[ -n "$var_to_eval" ] && eval $var_to_eval=$real_type
|
[ -n "$var_to_eval" ] && eval $var_to_eval=$real_type
|
||||||
|
|
||||||
if ! echo $expect_type | grep -wo "$real_type"; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user