+ 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…
Reference in New Issue