Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Mar 16, 2012
1 parent 83cef33 commit 03b38f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/FusionInventory/Agent/Tools/Unix.pm
Expand Up @@ -172,9 +172,9 @@ sub getFilesystemsFromDf {
$type = $infos[6];
} else {
$filesystem = $params{type};
$total = $infos[1];
$free = $infos[3];
$type = $infos[5];
$total = $infos[1];
$free = $infos[3];
$type = $infos[5];
}

# skip some virtual filesystems
Expand Down

0 comments on commit 03b38f2

Please sign in to comment.