Skip to content

Commit 709e870

Browse files
committed
Fixy fix
1 parent a357899 commit 709e870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydocstringformatter/testutils/primer/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class _PackageToCheck:
2525
@property
2626
def clone_directory(self) -> Path:
2727
"""Directory to clone repository into."""
28-
clone_name = "/".join(self.url.split("/")[-2:]).replace(".git", "")
28+
clone_name = "/".join(self.url.split("/")[-2:])
2929
return Path(os.path.abspath(PRIMER_DIRECTORY_PATH / clone_name))
3030

3131
@property

0 commit comments

Comments
 (0)