diff options
| author | Alexander Hunt <me@liz.coffee> | 2025-11-01 14:20:29 -0700 |
|---|---|---|
| committer | Alexander Hunt <me@liz.coffee> | 2025-11-01 14:20:29 -0700 |
| commit | 8910d629fe52122351f3a42ebf06f5c278dcf91e (patch) | |
| tree | e26adf96854cde821e99dc9590fa21cbd6e22df8 /playbooks/roles/src | |
| parent | f47e1b66bf79b50bd129ab16a388e1e4e39dda95 (diff) | |
| download | infra-8910d629fe52122351f3a42ebf06f5c278dcf91e.tar.gz infra-8910d629fe52122351f3a42ebf06f5c278dcf91e.zip | |
Fix logo color for git and for oauth2 proxy
Diffstat (limited to 'playbooks/roles/src')
| -rwxr-xr-x | playbooks/roles/src/templates/volumes/soft-serve/hooks/update | 2 |
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 } |
