mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-07 06:33:38 +01:00
fix: remove spurious character after an else statement
This commit is contained in:
parent
cc2910fbbc
commit
b262c40541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user