diff --git a/component/session/utils.go b/component/session/utils.go index 7fb73a9..992e5f5 100644 --- a/component/session/utils.go +++ b/component/session/utils.go @@ -38,7 +38,7 @@ func platform() string { if err != nil { return "N/A" } - return fmt.Sprintf("%s", h.PlatformVersion) + return fmt.Sprintf("%s-%s", h.Platform, h.KernelVersion) } func mem() string {