Skip to content

Commit

Permalink
Fix gramatical error in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Dec 8, 2023
1 parent 71ad591 commit bbcef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rain_api_core/aws_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def retrieve_secret(secret_name: str) -> dict:
duration=duration(timer)
))
except ClientError as e:
log.error("Encountered fatal error trying to reading URS Secret: {0}".format(e))
log.error("Encountered fatal error trying to read URS Secret: {0}".format(e))
raise e
else:
# Decrypts secret using the associated KMS CMK.
Expand Down

0 comments on commit bbcef65

Please sign in to comment.