why is it high key
This commit is contained in:
parent
8c9598b07f
commit
bc28808baf
@ -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":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user