Skip to content

Commit a39f7b5

Browse files
author
Dylan Peck
committed
Merge branch 'fix_delete_shared_storage_security' into 'develop'
Fix syntax error in delete shared storage security lambda See merge request mwvaughn/aws-hpc-recipes!100
2 parents ae86a91 + 0e8abc6 commit a39f7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/res/res_demo_env/assets/res-demo-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Resources:
223223
response['Output'] = "Shared storage security group not found."
224224
else:
225225
ec2.delete_security_group(GroupId=sgResponse['SecurityGroups'][0]['GroupId'])
226-
response['Output'] = "Shared storage security group deleted."s
226+
response['Output'] = "Shared storage security group deleted."
227227
228228
cfnresponse.send(event, context, cfnresponse.SUCCESS, response)
229229
except Exception as e:

0 commit comments

Comments
 (0)