Skip to content

Commit fa83b22

Browse files
committed
Fix typo in umccrise CDK stack
1 parent 38fb10f commit fa83b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/apps/umccrise/stacks/batch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def __init__(self, scope: core.Construct, id: str, props, **kwargs) -> None:
137137
'deviceName': '/dev/xvdf',
138138
'ebs': {
139139
'deleteOnTermination': True,
140-
'encrypted': True
140+
'encrypted': True,
141141
'volumeSize': 2048,
142142
'volumeType': 'gp2'
143143
}

0 commit comments

Comments
 (0)