fix: remove spurious character after an else statement

This commit is contained in:
Stéphane Lesimple 2018-07-25 21:55:50 +02:00
parent cc2910fbbc
commit b262c40541
1 changed files with 1 additions and 1 deletions

View File

@ -1853,7 +1853,7 @@ check_cpu()
if [ "$capabilities_ibrs_all" = 1 ]; then
if [ $cpu_mismatch -eq 0 ]; then
pstatus green YES
else:
else
pstatus green YES "But not in all CPUs"
fi
else