why is it high key
This commit is contained in:
parent
8c9598b07f
commit
bc28808baf
@ -45,7 +45,7 @@ func main() {
|
||||
case "host":
|
||||
stats = append(stats, Info{"host", providers.GetHostname()})
|
||||
case "dist":
|
||||
stats = append(stats, Info{"OS", prettyName})
|
||||
stats = append(stats, Info{"os", prettyName})
|
||||
case "cpu":
|
||||
stats = append(stats, Info{"cpu", providers.GetCpu()})
|
||||
case "kernel", "krnl":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user