Skip to content

Commit

Permalink
Param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed May 10, 2022
1 parent 694a5eb commit 3df97dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/utils/dependency_specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _parse_dependency_specification_git_url(
package = Provider.get_package_from_vcs(
"git",
url=url.url,
subdirectory=pair.get("subdirectory"),
directory=pair.get("subdirectory"),
rev=pair.get("rev"),
source_root=source_root,
)
Expand Down

0 comments on commit 3df97dd

Please sign in to comment.