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