Skip to content

Commit

Permalink
chore: update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jan 8, 2025
1 parent 67454c2 commit aeb60bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeb60bf

Please sign in to comment.