mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge pull request #4863 from pi-hole/fix/git_indention
Fix git indention
This commit is contained in:
commit
d38fcb0549
1 changed files with 1 additions and 5 deletions
|
@ -2126,11 +2126,7 @@ checkout_pull_branch() {
|
|||
|
||||
git_pull=$(git pull --no-rebase || return 1)
|
||||
|
||||
if [[ "$git_pull" == *"up-to-date"* ]]; then
|
||||
printf " %b %s\\n" "${INFO}" "${git_pull}"
|
||||
else
|
||||
printf "%s\\n" "$git_pull"
|
||||
fi
|
||||
printf " %b %s\\n" "${INFO}" "${git_pull}"
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue