Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Oct 23, 2015
1 parent 3e454b4 commit e014fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/system/unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def check(self, agentConfig):
# cols[0] is the device
# cols[1:] are the values
io[cols[0]] = {}
for i in range(2, len(cols)):
for i in range(1, len(cols)):
io[cols[0]][self.xlate(headers[i], "sunos")] = cols[i]

elif sys.platform.startswith("freebsd"):
Expand Down

0 comments on commit e014fb9

Please sign in to comment.