diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-04 16:33:18 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-04 16:33:18 +0000 |
commit | 8819a93d89bbb2aa7136b22d1b71a04a2dc28cc8 (patch) | |
tree | 91eff489a9577a55ccf84a0b27986623ba3da8e9 /include/vendor.sh | |
parent | 8ce1a00f517dee3dbbd0019c58865dd2c2cc8dc2 (diff) |
add line break, part 3
forgot a line break, three times in a rowe
you got a problem with that?
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rw-r--r-- | include/vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index 36ba68b0..93acf64d 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -373,7 +373,7 @@ vendor_inject() [ "$xchanged" != "y" ] && \ printf "\nRelease archive '%s' was *NOT* modified.\n" \ "$archive" && [ "$has_hashes" = "y" ] && \ - printf "WARNING: '%s' contains file '%s'. DO NOT FLASH!" \ + printf "WARNING: '%s' contains '%s'. DO NOT FLASH!\n" \ "$archive" "$hashfile" 1>&2 && \ printf "(vendorfiles may be needed and aren't there)\n" \ 1>&2 |