From aeb60bffa3d777c8b5c8bd183941fd8084a91962 Mon Sep 17 00:00:00 2001 From: Renata Date: Wed, 8 Jan 2025 12:17:54 -0500 Subject: [PATCH] chore: update log message --- taf/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taf/utils.py b/taf/utils.py index 3560b32f..5e847725 100644 --- a/taf/utils.py +++ b/taf/utils.py @@ -411,7 +411,7 @@ def ensure_pre_push_hook(auth_repo_path: Path) -> bool: f"Failed to set pre-push git hook executable permission. Please set it manually for {pre_push_script}." ) return False - taf_logger.info("Pre-push hook not present. Pre-push hook added successfully.") + taf_logger.info("Pre-push hook updated successfully.") return True return True