Merge pull request #4863 from pi-hole/fix/git_indention

Fix git indention
This commit is contained in:
yubiuser 2022-08-07 20:25:42 +02:00 committed by GitHub
commit d38fcb0549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2126,11 +2126,7 @@ checkout_pull_branch() {
git_pull=$(git pull --no-rebase || return 1) git_pull=$(git pull --no-rebase || return 1)
if [[ "$git_pull" == *"up-to-date"* ]]; then
printf " %b %s\\n" "${INFO}" "${git_pull}" printf " %b %s\\n" "${INFO}" "${git_pull}"
else
printf "%s\\n" "$git_pull"
fi
return 0 return 0
} }