Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Update Post-Generation message
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Nov 9, 2023
1 parent 58e043d commit cd1ba51
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions plone_addon/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@ def main():
print(f"{MSG_DELIMITER}")
msg = dedent(
f"""
{_success('New distribution "{{ cookiecutter.addon_title }}" was generated')}
{_success('New addon "{{ cookiecutter.addon_title }}" was generated')}
Now, code it, push to your organization.
Now, enter the repositorym run the code formatter with:
make format
start coding, and push to your organization.
Sorry for the convenience,
The Plone Community.
Expand Down

0 comments on commit cd1ba51

Please sign in to comment.