Rename cwd to repo_root
This commit is contained in:
parent
ba25e1fafc
commit
31c6de1329
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def main(name: str, debug: bool):
|
|||
extended_globals = {
|
||||
"name": name,
|
||||
"caseconverter": caseconverter,
|
||||
"cwd": Path.cwd(),
|
||||
"repo_root": Path(__file__).parent,
|
||||
}
|
||||
|
||||
# Load templates
|
||||
|
|
Loading…
Reference in a new issue