update/release: minor cleanup

remove unnecessary "continue" command. it's written
at the end of a for loop, where it'll continue anyway

Signed-off-by: Leah Rowe <leah@libreboot.org>
9020vga
Leah Rowe 2023-12-19 02:45:41 +00:00
parent f6ebab5702
commit 9c00746ba9
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ build_release()
esac
./vendor inject "${vrom}" || \
err "TESTFAIL: inject: ${vrom##*/}"
continue
done
) || err "vendorfile inject test failure"