Ver Fonte

Update update.sh

André Peters há 6 anos atrás
pai
commit
8f6c24e60a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -66,7 +66,7 @@ while (($#)); do
       if [ $? -ne 0 ]; then
       if [ $? -ne 0 ]; then
         echo "A problem occurred while trying to fetch the latest revision from github."
         echo "A problem occurred while trying to fetch the latest revision from github."
         exit 99
         exit 99
-	  fi
+      fi
       if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then
       if [[ -z $(git log HEAD --pretty=format:"%H" | grep "${LATEST_REV}") ]]; then
         echo "Updated code is available."
         echo "Updated code is available."
         exit 0
         exit 0