Skip to content

Commit 8734d1c

Browse files
chore: correct typo in tools/init.sh (#773)
1 parent fe2a3cd commit 8734d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ help() {
2020

2121
check_status() {
2222
if [[ -n $(git status . -s) ]]; then
23-
echo "Error: Commit unstaged files first, and then run this tool againt."
23+
echo "Error: Commit unstaged files first, and then run this tool again."
2424
exit -1
2525
fi
2626
}

0 commit comments

Comments
 (0)