Skip to content

Commit

Permalink
wrap long line
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Aug 12, 2012
1 parent 0d9220a commit d4fab7e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -70,7 +70,8 @@ sub _getInterfaces {
}
} else {
my $ifconfigInfo = _getIfconfigInfo(
command => "ifconfig ".$ifLanScan->{DESCRIPTION}, logger => $params{logger}
command => "ifconfig $ifLanScan->{DESCRIPTION}",
logger => $params{logger}
);
$ifLanScan->{STATUS} = $ifconfigInfo->{status};
$ifLanScan->{IPADDRESS} = $ifconfigInfo->{address};
Expand Down

0 comments on commit d4fab7e

Please sign in to comment.