mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Always indent
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
7320c10dd3
commit
c7410b0be9
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user