Skip to content

Commit

Permalink
Show full array
Browse files Browse the repository at this point in the history
Interestingly it does not fail shellcheck locally but does on CI
  • Loading branch information
yarikoptic committed May 24, 2024
1 parent cd9b764 commit 67aa0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/replace_neurodesk_urls
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67aa0d3

Please sign in to comment.