Skip to content

Commit

Permalink
Keep ShellCheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Oct 23, 2024
1 parent f67650e commit 0620004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ for name in $(printf '%s\n' "$images" | tr ',' ' '); do
printf '%s\n' "$version_tags" | sed -e "s#\([^,]*\)#${name}:\1#g" \
)"
image_tags="$(printf '%s' "$image_tags_base" | \
sed -e 's#\([^,]*\)#\1-'${build_stack}'#g')"
sed -e 's#\([^,]*\)#\1-'"${build_stack}"'#g')"
image_name=$(printf '%s\n' "$name" | sed -e 's#^.*/\([^/]\+/[^/]\+\)$#\1#')
if { [ "$image_name" != 'pandoc/minimal' ] && \
[ "$build_stack" = 'alpine' ]; } ||
Expand Down

0 comments on commit 0620004

Please sign in to comment.