Skip to content

Commit

Permalink
fix container detection (close #1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Apr 16, 2012
1 parent 2390678 commit 7a77851
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -20,9 +20,7 @@ sub doInventory {

my ($bios, $hardware);

my $zone = getZone();
if ($zone) {

if (getZone() eq 'global') {
my $arch;
if (canRun('showrev')) {
my $infos = _parseShowRev(logger => $logger);
Expand Down

0 comments on commit 7a77851

Please sign in to comment.