Skip to content

Commit

Permalink
Change warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Jun 1, 2023
1 parent 668ae34 commit 149efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfmd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
collection_id = os.environ["OUTLINE_COLLECTION_ID"]

WARNING_HEADER = f""":::info
This page is automatically synced from [github](https://github.com/{os.getenv('GITHUB_REPOSITORY')})
This document is automatically synced from GitHub. Please make any updates to this document in [GitHub](https://github.com/{os.getenv('GITHUB_REPOSITORY')}).
:::
"""

Expand Down

0 comments on commit 149efb0

Please sign in to comment.