fix fetch condition

This commit is contained in:
Fakerr 2017-01-14 12:42:00 +01:00
parent 0ff2c22ae9
commit 0a7e1f3a2d

View file

@ -96,7 +96,7 @@ elif [[ $AUTHOR = "all" ]]; then
fi
# Fetch changes before.
if [[ $FETCH = true ]]; then
if [[ $FETCH == true ]]; then
echo "${GREEN}Fetching changes...${NORMAL}"
git fetch --all &> /dev/null
tput cuu1