Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 250c480

Browse files
committed
Fix json format error
1 parent 37e6ef9 commit 250c480

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

DeepSecurity/Common/sps.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@
8888
"us-east-2" : {
8989
"64" : "ami-f2653f97"
9090
},
91-
"ap-south-1",
92-
"64" : "ami-6e304701"
91+
"ap-south-1" : {
92+
"64": "ami-6e304701"
93+
}
9394
}
9495
},
9596
"Resources" : {

0 commit comments

Comments
 (0)