Skip to content

Commit c0cbab2

Browse files
kcantrelgithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 4655b22 commit c0cbab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Monitoring/monitor-ontap-services/cloudformation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ Resources:
382382
# "matching conditions." It is intended to be run as a Lambda function, but
383383
# can be run as a standalone program.
384384
#
385-
# Version: v2.5
386-
# Date: 2024-08-23-16:48:47
385+
# Version: v2.1
386+
# Date: 2024-08-23-22:01:08
387387
################################################################################
388388
389389
import json
@@ -829,7 +829,7 @@ Resources:
829829
for key in rule.keys():
830830
lkey = key.lower()
831831
#
832-
# iF the source cluster isn't defined, then assume it is a local SM relationship.
832+
# If the source cluster isn't defined, then assume it is a local SM relationship.
833833
sourceCluster = record['source'].get('cluster')
834834
if sourceCluster == None:
835835
sourceClusterName = clusterName

0 commit comments

Comments
 (0)