Fix cd
This commit is contained in:
parent
4384a35b04
commit
a3dc5a7455
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ mkdir -p $LOG_DIR
|
|||
echo > $LOG_FILE
|
||||
touch $CLOG_FILE
|
||||
|
||||
cd "{$DIRECTORY}"
|
||||
cd "${DIRECTORY}"
|
||||
git pull --rebase 2>&1 >>$LOG_FILE
|
||||
|
||||
# 1. Update git directory
|
||||
|
|
Loading…
Reference in a new issue