summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/info.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/info.go b/daemon/info.go
index 80dfb39deb..226eef9c27 100644
--- a/daemon/info.go
+++ b/daemon/info.go
@@ -44,7 +44,7 @@ func (daemon *Daemon) SystemInfo() *types.Info {
OperatingSystem: operatingSystem(),
OSVersion: osVersion(),
IndexServerAddress: registry.IndexServer,
- OSType: platform.OSType,
+ OSType: runtime.GOOS,
Architecture: platform.Architecture,
RegistryConfig: daemon.registryService.ServiceConfig(),
NCPU: sysinfo.NumCPU(),