print two line breaks before confirming release

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-05-11 22:14:04 +01:00 committed by Leah Rowe
parent d423421995
commit 91c90d763f
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -143,7 +143,7 @@ mkrelease()
mkvdir
build_release
printf "DONE! Check release files under %s\n" "${vdir}"
printf "\n\nDONE! Check release files under %s\n" "${vdir}"
}
mkvdir()