Skip to content

Commit b279d45

Browse files
committed
fix(cookiecutter.json): fix variable names
1 parent 437930b commit b279d45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookiecutter.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"requirements": "fastapi,overrides",
77
"github_user": "github-user",
88
"github_token_pass_command": "pass github_api_token",
9-
"repo_name": "{{ github_user }}/{{ project_slug_hyphen }}",
10-
"repo_url": "https://github.com/{{ repo_name }}",
11-
"docs_url": "https://{{ github_user }}.github.io/{{ project_slug_hyphen }}/",
9+
"repo_name": "{{ cookiecutter.github_user }}/{{ cookiecutter.project_slug_hyphen }}",
10+
"repo_url": "https://github.com/{{ cookiecutter.repo_name }}",
11+
"docs_url": "https://{{ cookiecutter.github_user }}.github.io/{{ cookiecutter.project_slug_hyphen }}/",
1212
"author": "Author Name",
1313
"author_email": "author@email.org"
1414
}

0 commit comments

Comments
 (0)