diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-11 22:14:04 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-11 22:14:04 +0100 |
commit | f66ceef6f2692ec7d48bd21ecff41de3909555fd (patch) | |
tree | 203c5034d55ddeb306b8e82451121b0a06a58160 | |
parent | cc33974150d275140fced9cfa4b8e901b0552074 (diff) |
print two line breaks before confirming release
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |