Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-08-06 22:44:19 +0300
committerChristian König <ckoenig@posteo.de>2022-08-06 22:44:19 +0300
commit7320c10dd33f151ebc4cafa6a8b3e455e8a67a7e (patch)
treeab0b13d7850721061e4b6b8a20fe44790f3b3981
parenta3516474e8fb1e9b9f8db09a79bfd630ab9b61bf (diff)
Fix git indentionfix/git_indention
Signed-off-by: Christian König <ckoenig@posteo.de>
-rwxr-xr-xautomated install/basic-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index adf03dea..8bf23155 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -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"