Skip to content

Commit

Permalink
Win32: $volume was undefined in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed Jul 28, 2012
1 parent 73154e5 commit 2e32380
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ sub doInventory {
SYSTEMDRIVE => (lc($object->{DeviceID}) eq $systemDrive),
TOTAL => $object->{Size},
TYPE => $type[$object->{DriveType}],
VOLUMN => $volume,
VOLUMN => $object->{VolumeName},
}
);
}
Expand Down

0 comments on commit 2e32380

Please sign in to comment.