Fix whitespace.

This commit is contained in:
Andrius Štikonas 2023-04-12 23:25:08 +01:00
parent b6fe5bc499
commit 343843dfdd
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ if [ "${CHROOT}" = False ]; then
create_sysb
if [ "${KERNEL_BOOTSTRAP}" = True ]; then
echo "Kernel bootstrapping successful."
echo "NOTE: Transition to Linux and building remaining packages is under development."
echo "Kernel bootstrapping successful."
echo "NOTE: Transition to Linux and building remaining packages is under development."
else
go_sysb
fi