Fix update error

This commit is contained in:
Alexey Golubev
2019-06-24 12:20:45 +03:00
committed by GitHub
parent e94da7c329
commit 27fe0c54b0

View File

@ -23,6 +23,7 @@ git clone "$OO_REPO_URL"
fi
cd "$REPO_NAME"
git fetch
git checkout -f $OO_BRANCH
git pull