mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fix git indention
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
a3516474e8
commit
7320c10dd3
1 changed files with 1 additions and 1 deletions
|
@ -2126,7 +2126,7 @@ checkout_pull_branch() {
|
|||
|
||||
git_pull=$(git pull --no-rebase || return 1)
|
||||
|
||||
if [[ "$git_pull" == *"up-to-date"* ]]; then
|
||||
if [[ "$git_pull" == *"up to date"* ]]; then
|
||||
printf " %b %s\\n" "${INFO}" "${git_pull}"
|
||||
else
|
||||
printf "%s\\n" "$git_pull"
|
||||
|
|
Loading…
Reference in a new issue