Skip to content

Commit

Permalink
wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
司芳源 committed Jun 22, 2018
1 parent facd46a commit 98cd971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk/disk_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func IOCountersWithContext(ctx context.Context, names ...string) (map[string]IOC
WriteTime: d.AvgDisksecPerWrite,
}
tmpIO.SerialNumber = GetDiskSerialNumber(d.Name)
ret[d.Name] = d
ret[d.Name] = tmpIO
}
return ret, nil
}
Expand Down

0 comments on commit 98cd971

Please sign in to comment.