install: fix alignment of information messages (MR 2174)

Make it in line with other information messages in this section.
Otherwise lk2nd flashing info paragraph looks shifted to the right.
This commit is contained in:
Alexey Min 2022-03-29 20:06:40 +03:00
parent fd74b54001
commit 0bab8ab6d2
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ def print_flash_info(args):
if "flash_lk2nd" in flasher_actions and \
os.path.exists(args.work + "/chroot_rootfs_" + args.device +
"/boot/lk2nd.img"):
logging.info(" * Your device supports and may even require"
logging.info("* Your device supports and may even require"
" flashing lk2nd. You should flash it before"
" flashing anything else. Use 'pmbootstrap flasher"
" flash_lk2nd' to do that.")