Fix indentation in cronwrapper

This commit is contained in:
Alex Malinovich 2016-11-30 17:03:09 -08:00
commit 9140e26f0a
2 changed files with 27 additions and 26 deletions

View file

@ -334,6 +334,7 @@ if [ "${AUTOUPDATE}" = "yes" ]; then
exit 1 exit 1
fi fi
# Force FETCH_HEAD to point to the correct branch (for older versions of git which don't default to current branch)
if git fetch origin $BRANCHNAME --quiet && ! git diff --quiet FETCH_HEAD; then if git fetch origin $BRANCHNAME --quiet && ! git diff --quiet FETCH_HEAD; then
info "Auto-updating..." info "Auto-updating..."
if ! git merge --quiet FETCH_HEAD; then if ! git merge --quiet FETCH_HEAD; then