download/coreboot: fix misnamed variable

This commit is contained in:
Leah Rowe
2023-05-15 00:47:31 +01:00
parent 342e846f28
commit 62038f1d03
+1 -1
View File
@@ -105,7 +105,7 @@ download_for_board()
touch "resources/coreboot/${_board}/seen"
if [ "${_board}" != "${cbtree}" ]; then
board="${cbtree}"
_board="${cbtree}"
else
if [ "${cbtree}" = "undefined" ]; then
printf "ERROR: download/coreboot:"