Skip to content

Commit a426122

Browse files
committed
Run update
1 parent 79b6528 commit a426122

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changes here will be overwritten by Copier
2-
_commit: d24bc7d
2+
_commit: 3c38a44
33
_src_path: https://github.com/fastapi-mvc/copier-generator
4-
copyright_date: '2022'
4+
copyright_date: 2022
55
generator: controller
66
generator_name: controller
77
license: MIT

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o errexit
99
set -o nounset
1010
set -o pipefail
1111

12-
copier -x template/** -x copier.yml -x *.py -x CHANGELOG.md \
12+
copier -x template/** -x copier.yml.keep -x *.py -x CHANGELOG.md \
1313
"${@}" \
1414
-d generator=controller \
1515
-d nix=True \

0 commit comments

Comments
 (0)