+ fix typo (#3383)
This commit is contained in:
parent
f1a2c0ed3d
commit
8c45d8d8f6
|
@ -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