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