why is it high key

This commit is contained in:
nekohepott 2026-06-17 04:16:27 +03:00
parent 8c9598b07f
commit bc28808baf
No known key found for this signature in database

View File

@ -45,7 +45,7 @@ func main() {
case "host": case "host":
stats = append(stats, Info{"host", providers.GetHostname()}) stats = append(stats, Info{"host", providers.GetHostname()})
case "dist": case "dist":
stats = append(stats, Info{"OS", prettyName}) stats = append(stats, Info{"os", prettyName})
case "cpu": case "cpu":
stats = append(stats, Info{"cpu", providers.GetCpu()}) stats = append(stats, Info{"cpu", providers.GetCpu()})
case "kernel", "krnl": case "kernel", "krnl":