Skip to content

Commit ca73db3

Browse files
committed
fix: forgot jinja2 refactoring
1 parent c15edd6 commit ca73db3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Note: the `copier template` is in the [copier-template directory](copier-templat
8282

8383
### Setup and local configuration (direnv)
8484

85-
The [.envrc](copier-template/.envrc.jinja) file is the main entry for `setup` and local config.
85+
The [.envrc](copier-template/.envrc.jinja2) file is the main entry for `setup` and local config.
8686

8787
It will:
8888

@@ -167,9 +167,9 @@ Default [.gitignore](copier-template/.gitignore) and [.gitattributes](copier-te
167167
### Create a LICENSE file
168168

169169
A `LICENSE` file is created from the following templates:
170-
* [Apache 2.0](copier-template/%7B%25%20if%20license_type%20==%20'Apache-2.0'%20%25%7DLICENSE%7B%25%20endif%20%25%7D.jinja)
171-
* [MIT](copier-template/%7B%25%20if%20license_type%20==%20'MIT'%20%25%7DLICENSE%7B%25%20endif%20%25%7D.jinja)
172-
* [FSL](copier-template/%7B%25%20if%20license_type%20==%20'FSL-1.1-ALv2'%20%25%7DLICENSE.md%7B%25%20endif%20%25%7D.jinja)
170+
* [Apache 2.0](copier-template/%7B%25%20if%20license_type%20==%20'Apache-2.0'%20%25%7DLICENSE%7B%25%20endif%20%25%7D.jinja2)
171+
* [MIT](copier-template/%7B%25%20if%20license_type%20==%20'MIT'%20%25%7DLICENSE%7B%25%20endif%20%25%7D.jinja2)
172+
* [FSL](copier-template/%7B%25%20if%20license_type%20==%20'FSL-1.1-ALv2'%20%25%7DLICENSE.md%7B%25%20endif%20%25%7D.jinja2)
173173

174174
### Scripts
175175

@@ -189,7 +189,7 @@ They are made available:
189189
* the [common-scripts directory](dev-scripts/common)
190190
* the [package-manager directory](dev-scripts/package-manager)
191191

192-
The code is in the [envrc](copier-template/.envrc.jinja) and can be configured by setting the
192+
The code is in the [envrc](copier-template/.envrc.jinja2) and can be configured by setting the
193193
following variable in your shell profile, `~/.bashrc`, or `~/.config/direnv/direnvrc`, or `~/.envrc.local`.
194194

195195
| Environment | Default Value | Description |
@@ -213,7 +213,7 @@ In your scripts, you can use the following env:
213213
The `pre-commit`:
214214

215215
* config is part of the template at [.pre-commit-config.yaml](copier-template/.pre-commit-config.yaml)
216-
* setup is performed with direnv via [.envrc](copier-template/.envrc.jinja)
216+
* setup is performed with direnv via [.envrc](copier-template/.envrc.jinja2)
217217
* extra `git hooks` are available at [git-hooks](git-hooks)
218218

219219
### Prepare your next commit

0 commit comments

Comments
 (0)