From 315044fadb776fe717afc550d64a810f461d15f9 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 27 Dec 2025 00:04:57 -0600 Subject: [PATCH] Update release_pipeline.yml --- .github/workflows/release_pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 2b18aa0..abbdd3b 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -361,8 +361,7 @@ jobs: { echo "ERROR: Date normalization script not found in approved locations." echo "Approved locations:" - printf '%s -' "${CANDIDATES[@]}" + printf '%s\\n' "${CANDIDATES[@]}" echo "Discovered candidates (first 5):" echo "${FOUND:-}" echo "Required action: add scripts/update_dates.sh (or scripts/release/update_dates.sh) to the repo."