update.sh: correct a REPO_DIR -> REPODIR typo

pull/2/head
alex 2 years ago
parent 5783d0ad37
commit 113868947d
Signed by: x1ddos
GPG Key ID: 540189B756BF5B12

@ -30,7 +30,7 @@ fi
date > $LOGFILE
# fetch updates from remove
cd "$REPO_DIR"
cd "$REPODIR"
{
git fetch origin # in case the refspec is unknown locally yet
git reset --hard HEAD # remove local changes

Loading…
Cancel
Save