From 8734d1c1a3ef5604aa1a87aca062a51c61ed7d96 Mon Sep 17 00:00:00 2001 From: Bornunique911 <69379200+Bornunique911@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:20:38 +0530 Subject: [PATCH] chore: correct typo in `tools/init.sh` (#773) --- tools/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/init.sh b/tools/init.sh index 33b5209..7cc6e20 100755 --- a/tools/init.sh +++ b/tools/init.sh @@ -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 }