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

This commit is contained in:
Bornunique911 2022-12-02 20:20:38 +05:30 committed by GitHub
parent fe2a3cdf51
commit 8734d1c1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ help() {
check_status() { check_status() {
if [[ -n $(git status . -s) ]]; then 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 exit -1
fi fi
} }