Skip to content

Commit

Permalink
fix BUILD_IMAGE unbound var
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 14, 2024
1 parent 9dae0ad commit 450691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ BUILD_IMAGES(){
for FORMAT in "${FORMATS[@]}"; do
for TARGET in "${TARGETS[@]}"; do
echo '{'
echo '"TARGET": "'"$(_TARGET)",'"'
echo '"TARGET": "'"$(_TARGET)"'",'
echo '"FORMAT": "'"$(_FORMAT)"'"'
echo '}'
CLEAN
Expand Down

0 comments on commit 450691c

Please sign in to comment.