summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rwxr-xr-xplaybooks/roles/src/templates/volumes/soft-serve/hooks/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/roles/src/templates/volumes/soft-serve/hooks/update b/playbooks/roles/src/templates/volumes/soft-serve/hooks/update
index c44698d..7d52fcf 100755
--- a/playbooks/roles/src/templates/volumes/soft-serve/hooks/update
+++ b/playbooks/roles/src/templates/volumes/soft-serve/hooks/update
@@ -5,7 +5,7 @@ function logo() {
git config --global color.ui auto
cat <<'EOF'
-{{ logo }}
+{{ colored_logo }}
EOF
}
# -- </logo> --