Colour Tweaks (#1549)

This commit is contained in:
Adam Warner 2017-07-01 13:08:17 +01:00 committed by WaLLy3K
parent ec4e9780ed
commit b3eb5c4f0e
3 changed files with 16 additions and 18 deletions

View file

@ -212,7 +212,7 @@ update_repo() {
# Pull the latest commits
echo -ne " ${INFO} ${str}..."
git stash --all --quiet &> /dev/null || true # Okay for stash failure
git clean --force -d || true # Okay for already clean directory
git clean --quiet --force -d || true # Okay for already clean directory
git pull --quiet &> /dev/null || return $?
echo -e "${OVER} ${TICK} ${str}"
cd "${curdir}" &> /dev/null || return 1