Skip to content

Commit 046138e

Browse files
committed
Fix typo
1 parent bbcd4a8 commit 046138e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpc_provisioner/src/hpc_provisioner/pcluster_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def fsx_precreate(cluster: Cluster, filesystems: list) -> bool:
193193
filesystem_id=fs["FileSystemId"],
194194
mountpoint=dra["mountpoint"],
195195
bucket=get_fs_bucket(dra["name"], cluster),
196-
cluste=cluster,
196+
cluster=cluster,
197197
writable=dra["writable"],
198198
)
199199
return True

0 commit comments

Comments
 (0)