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 805bb67 commit c3afb31
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 c3afb31

Please sign in to comment.