fix(cloudtrail service): typo in logging info (#2976)

This commit is contained in:
Nacho Rivera
2023-10-30 09:49:20 +01:00
committed by GitHub
parent d471442422
commit 5be8570c8c

View File

@@ -120,7 +120,7 @@ class Cloudtrail(AWSService):
)
def __get_insight_selectors__(self):
logger.info("Cloudtrail - Getting trail insihgt selectors...")
logger.info("Cloudtrail - Getting trail insight selectors...")
try:
for trail in self.trails: