Skip to content

Commit 0de2b4e

Browse files
committed
chore(pytest plugin) Fix typo
1 parent 39aab8a commit 0de2b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libvcs/pytest_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def remote_repos_path(
185185
user_path: pathlib.Path,
186186
request: pytest.FixtureRequest,
187187
) -> pathlib.Path:
188-
"""System's remote (file-based) repos to clone andpush to. Emphemeral directory."""
188+
"""System's remote (file-based) repos to clone and push to. Emphemeral directory."""
189189
path = user_path / "remote_repos"
190190
path.mkdir(exist_ok=True)
191191

0 commit comments

Comments
 (0)