utils/health: fix typo in script

This commit is contained in:
jpk68
2026-07-17 22:04:42 -04:00
parent 95e126f3c5
commit 38342cc15c
@@ -70,6 +70,6 @@ tar -cJvf "$RESULT.txz" "$RESULT" # Zip the result, because it's huge.
rm -v "$RESULT"
echo ""
echo "Readable result stored in: $DIR_BUILD/$RESULT.gz"
echo "Readable result stored in: $DIR_BUILD/$RESULT.txz"
echo "$KPI" > "kpis.txt"