Skip to content

Commit 51d5688

Browse files
committed
Fixed typo
1 parent a734106 commit 51d5688

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/aws-parallelcluster-environment/recipes/config

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/recipes/config/mount_home.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
efs_fs_id_array [node['cluster']['efs_fs_ids'].split(',')[index]]
7474
efs_encryption_in_transit_array [node['cluster']['efs_encryption_in_transits'].split(',')[index]]
7575
efs_iam_authorization_array [node['cluster']['efs_iam_authorizations'].split(',')[index]]
76-
efs_access_point_id [node['cluster']['efs_access_point_id'].split(',')[index]]
76+
efs_access_point_id [node['cluster']['efs_access_point_ids'].split(',')[index]]
7777
action :mount
7878
end
7979
break

0 commit comments

Comments
 (0)