chore: correct typo in tools/init.sh
(#773)
This commit is contained in:
parent
fe2a3cdf51
commit
8734d1c1a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue