chore: correct typo in tools/init.sh (#773)

This commit is contained in:
Bornunique911
2022-12-02 22:50:38 +08:00
committed by GitHub
parent fe2a3cdf51
commit 8734d1c1a3
+1 -1
View File
@@ -20,7 +20,7 @@ help() {
check_status() {
if [[ -n $(git status . -s) ]]; then
echo "Error: Commit unstaged files first, and then run this tool againt."
echo "Error: Commit unstaged files first, and then run this tool again."
exit -1
fi
}