print two line breaks before confirming release

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-05-11 22:14:04 +01:00
parent cc33974150
commit f66ceef6f2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -150,7 +150,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()