Skip to content

Commit

Permalink
Add missing = for subdirectory (python-poetry#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 authored and bostonrwalker committed Aug 29, 2022
1 parent bfa6f70 commit 8df0138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/core/packages/vcs_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def base_pep_508_name(self) -> str:
requirement += f"@{self.reference}"

if self._directory:
requirement += f"#subdirectory{self._directory}"
requirement += f"#subdirectory={self._directory}"

return requirement

Expand Down

0 comments on commit 8df0138

Please sign in to comment.