Skip to content

Commit ec8a823

Browse files
committed
Update self
1 parent c81f864 commit ec8a823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 7a13cd6
2+
_commit: c81f864
33
_src_path: https://github.com/fastapi-mvc/copier-generator
44
copyright_date: 2022
55
generator: generator

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=generator \
1515
-d nix=True \

0 commit comments

Comments
 (0)