File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Monitoring/monitor-ontap-services Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments