From 5feab0e3089a1e60235e5116f457168ed56cfc86 Mon Sep 17 00:00:00 2001 From: max funk Date: Sat, 17 Aug 2024 20:21:00 -0700 Subject: [PATCH] separate with newlines --- scripts/list-deployments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list-deployments.sh b/scripts/list-deployments.sh index e58bbd55..83e21db1 100644 --- a/scripts/list-deployments.sh +++ b/scripts/list-deployments.sh @@ -15,4 +15,4 @@ for app_dir in "${INVENTORY[@]}"; do fi done -echo "${DEPLOYMENTS[@]}" \ No newline at end of file +printf '%s\n' "${DEPLOYMENTS[@]}" \ No newline at end of file