1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

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

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
}