Skip to content

Commit

Permalink
Merge pull request #42 from erral/erral-fix-docs
Browse files Browse the repository at this point in the history
change environment variable name
  • Loading branch information
davisagli authored Oct 5, 2024
2 parents 5d538f1 + 065f8e4 commit 220e0e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The updated list of templates can be found at the [cookieplone-templates](https:
| Environment Variable | Description | Example |
| --- | --- | --- |
| **COOKIEPLONE_REPOSITORY** | Where to look for templates to be used. | `COOKIEPLONE_REPOSITORY=/home/plone/cookiecutter-plone/ pipx run cookieplone` |
| **COOKIEPLONE_REPOSITORY_REF** | Which tag/branch to use from a remote repository. | `COOKIEPLONE_REPOSITORY_REF=experimental pipx run cookieplone` |
| **COOKIEPLONE_REPOSITORY_TAG** | Which tag/branch to use from a remote repository. | `COOKIEPLONE_REPOSITORY_TAG=experimental pipx run cookieplone` |
| **COOKIEPLONE_REPO_PASSWORD** | Password to use when using a remote repository that is password protected. | `COOKIEPLONE_REPO_PASSWORD=very-secure pipx run cookieplone` |

## Contribute 🤝
Expand Down
2 changes: 2 additions & 0 deletions news/42.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix environment variable name
[erral]

0 comments on commit 220e0e9

Please sign in to comment.