From 67aa0d3cd1c9deba9f0902a087bdcdcd4c29a279 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 24 May 2024 08:31:23 -0400 Subject: [PATCH] Show full array Interestingly it does not fail shellcheck locally but does on CI --- scripts/replace_neurodesk_urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/replace_neurodesk_urls b/scripts/replace_neurodesk_urls index 2391ddac..fa70656f 100755 --- a/scripts/replace_neurodesk_urls +++ b/scripts/replace_neurodesk_urls @@ -39,7 +39,7 @@ for f in images/neurodesk/*.simg ; do else echo "OK: $newurl" >&2 if [ -n "${cloudfronturls[*]}" ]; then - echo " INFO: cloudfront url seems to be already known -- $cloudfronturls . Not adding" + echo " INFO: cloudfront url seems to be already known -- ${cloudfronturls[*]} . Not adding" else echo " INFO: adding $newurl to $f" git -c annex.alwayscommit=false annex addurl "--file=$f" "$newurl"