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 create_sysb
if [ "${KERNEL_BOOTSTRAP}" = True ]; then if [ "${KERNEL_BOOTSTRAP}" = True ]; then
echo "Kernel bootstrapping successful." echo "Kernel bootstrapping successful."
echo "NOTE: Transition to Linux and building remaining packages is under development." echo "NOTE: Transition to Linux and building remaining packages is under development."
else else
go_sysb go_sysb
fi fi