Fix git pull command

This commit is contained in:
Konano 2023-11-27 13:32:21 +08:00
parent 52ec06a153
commit 8a62c02812

2
run.sh
View File

@ -10,7 +10,7 @@ scriptdir=$(dirname $(realpath $0))
# ============================================================
cd $scriptdir && git pull
git -C $scriptdir pull
if [ "$1" = "update" ]; then
exit 0