Skip to content

Commit 1e3c127

Browse files
committed
Avoid passing . to vendoring
1 parent 610424f commit 1e3c127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def vendoring(session: nox.Session) -> None:
174174
session.install("vendoring~=1.0.0")
175175

176176
if "--upgrade" not in session.posargs:
177-
session.run("vendoring", "sync", ".", "-v")
177+
session.run("vendoring", "sync", "-v")
178178
return
179179

180180
def pinned_requirements(path: Path) -> Iterator[Tuple[str, str]]:

0 commit comments

Comments
 (0)