[linux] host: fix typo

pull/353/head
Shirou WAKAYAMA 8 years ago
parent 25d50d5bc3
commit cdcb9bb2ed

@ -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 {

Loading…
Cancel
Save