Skip to content

Commit a1b6866

Browse files
committed
Run update
1 parent c125cf9 commit a1b6866

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
_commit: 3c38a44
33
_src_path: https://github.com/fastapi-mvc/copier-generator
44
copyright_date: 2022
5-
generator: controller
5+
generator: project
66
generator_name: project
77
license: MIT
88
nix: true
9-
repo_url: https://github.com/fastapi-mvc/copier-controller
9+
repo_url: https://github.com/fastapi-mvc/copier-project

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ set -o pipefail
1111

1212
copier -x template/** -x copier.yml.keep -x *.py -x CHANGELOG.md \
1313
"${@}" \
14-
-d generator=controller \
14+
-d generator=project \
1515
-d nix=True \
1616
-d license=MIT \
17-
-d repo_url=https://github.com/fastapi-mvc/copier-controller \
17+
-d repo_url=https://github.com/fastapi-mvc/copier-project \
1818
-d copyright_date=2022 \
1919
-a .generator.yml \
2020
update ./.

0 commit comments

Comments
 (0)