mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
+ fix typo (#3383)
This commit is contained in:
parent
f53f3eef4f
commit
08b8292287
@ -56,7 +56,7 @@ sub run {
|
|||||||
command => 'describe-file-systems'
|
command => 'describe-file-systems'
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach my $fs_instance (@{$fsx_instances->{FileSystems}}) {
|
foreach my $fsx_instance (@{$fsx_instances->{FileSystems}}) {
|
||||||
next if (!defined($fsx_instance->{FileSystemId}));
|
next if (!defined($fsx_instance->{FileSystemId}));
|
||||||
my %fsx;
|
my %fsx;
|
||||||
$fsx{type} = "fsx";
|
$fsx{type} = "fsx";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user