+ fix typo (#3383)

This commit is contained in:
Simon Bomm 2022-01-06 17:30:02 +01:00 committed by GitHub
parent f1a2c0ed3d
commit 8c45d8d8f6
1 changed files with 1 additions and 1 deletions

View File

@ -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";