Rename cwd to repo_root

This commit is contained in:
Matthew Wildoer 2023-12-27 17:29:19 -08:00
parent ba25e1fafc
commit 31c6de1329

View file

@ -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