summaryrefslogtreecommitdiff
path: root/playbooks/roles/src/templates/volumes
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/roles/src/templates/volumes')
-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 7d52fcf..c39d55f 100755
--- a/playbooks/roles/src/templates/volumes/soft-serve/hooks/update
+++ b/playbooks/roles/src/templates/volumes/soft-serve/hooks/update
@@ -4,7 +4,7 @@
function logo() {
git config --global color.ui auto
-cat <<'EOF'
+cat <<'EOF' | while IFS= read -r line; do echo -e "$line"; done
{{ colored_logo }}
EOF
}