Fix git pull command
This commit is contained in:
parent
52ec06a153
commit
8a62c02812
2
run.sh
2
run.sh
@ -10,7 +10,7 @@ scriptdir=$(dirname $(realpath $0))
|
|||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|
||||||
cd $scriptdir && git pull
|
git -C $scriptdir pull
|
||||||
|
|
||||||
if [ "$1" = "update" ]; then
|
if [ "$1" = "update" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user