Skip to content

Commit 0e8abc6

Browse files
author
Dylan Peck
committed
Fix syntax error in delete shared storage security lambda
1 parent ae86a91 commit 0e8abc6

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)