From cdcb9bb2ed169f0881aaef9e05f9930c52cdb5a1 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Sat, 22 Apr 2017 17:06:35 +0900 Subject: [PATCH] [linux] host: fix typo --- host/host_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/host_linux.go b/host/host_linux.go index d778ed1..923aa42 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -485,7 +485,7 @@ func Virtualization() (string, string, error) { } // not use dmidecode because it requires root - if common.PathExists(filpath.Join(filename, "self", "status")) { + if common.PathExists(filepath.Join(filename, "self", "status")) { contents, err := common.ReadLines(filepath.Join(filename, "self", "status")) if err == nil {