Skip to content

Commit

Permalink
Avoid passing . to vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 9, 2021
1 parent 610424f commit 1e3c127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def vendoring(session: nox.Session) -> None:
session.install("vendoring~=1.0.0")

if "--upgrade" not in session.posargs:
session.run("vendoring", "sync", ".", "-v")
session.run("vendoring", "sync", "-v")
return

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

0 comments on commit 1e3c127

Please sign in to comment.