Skip to content

Commit

Permalink
Revert "Dummy change"
Browse files Browse the repository at this point in the history
This reverts commit b43fba8.
  • Loading branch information
theoctober19th committed Aug 2, 2024
1 parent b43fba8 commit 8c5b159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/monitor_sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def read_configuration_file(file_path: str) -> Optional[Dict[str, str]]:
logger.info(f"Api error: {e}")

if op != "ADDED":
logger.info(f"Operation: {op} is not skipped!")
logger.info(f"Operation: {op} is skipped!")
continue

logger.info(f"Updating secret: {secret_name}")
Expand Down

0 comments on commit 8c5b159

Please sign in to comment.