Skip to content

Commit

Permalink
chore: add newline before printing warnings about sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart committed Nov 19, 2024
1 parent 3f33f63 commit 4fc7261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions post-add-objects-hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
message += f"- https://github.com/{org_config.github_id}/{repo_name}\n"
message += "\nCommitters will gain access to it once the sync script runs (~2h)."

self.printer.println()
self.printer.print_warn(message)

0 comments on commit 4fc7261

Please sign in to comment.