From 8c45d8d8f688af2c82540ab1c2e2a050cfb30854 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Thu, 6 Jan 2022 17:30:02 +0100 Subject: [PATCH] + fix typo (#3383) --- centreon-plugins/cloud/aws/fsx/mode/discovery.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/cloud/aws/fsx/mode/discovery.pm b/centreon-plugins/cloud/aws/fsx/mode/discovery.pm index 8f1c5e11f..85ffce23a 100644 --- a/centreon-plugins/cloud/aws/fsx/mode/discovery.pm +++ b/centreon-plugins/cloud/aws/fsx/mode/discovery.pm @@ -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";