From 0a22a263491e1f9f9792cfca72a211ff9323b099 Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Fri, 10 May 2024 09:39:38 +0900 Subject: [PATCH] use traditional HEREDOC delimiter --- config.xhgui.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.xhgui.yaml b/config.xhgui.yaml index e96551f..f724cfa 100644 --- a/config.xhgui.yaml +++ b/config.xhgui.yaml @@ -2,20 +2,20 @@ hooks: post-start: - exec: | - cat <<-PHP > .ddev/xhprof/xhprof_prepend.php + cat <<-EOF > .ddev/xhprof/xhprof_prepend.php .ddev/xhprof/xhprof_prepend.php + cat <<-EOF > .ddev/xhprof/xhprof_prepend.php