Skip to content

Commit ef178a8

Browse files
committed
test(conftest): typo
1 parent c176f7c commit ef178a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def set_default_gitconfig() -> dict[str, str]:
5959
return {
6060
"user.name": "SIGNER",
6161
"user.email": SIGNER_MAIL,
62-
"safe.cirectory": "*",
62+
"safe.directory": "*",
6363
"init.defaultBranch": "master",
6464
}
6565

0 commit comments

Comments
 (0)