From 0a7e1f3a2d2b5259b6c0a66e1534e9134d0fc4a8 Mon Sep 17 00:00:00 2001 From: Fakerr Date: Sat, 14 Jan 2017 12:42:00 +0100 Subject: [PATCH] fix fetch condition --- git-log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-log b/git-log index ee4c68d..3c3cce7 100644 --- a/git-log +++ b/git-log @@ -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