Skip to content

Commit db73ebf

Browse files
committed
fix: pip -> pypi
1 parent b22e1fd commit db73ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/poetry/poetry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ func (t tomlTree) String(a ...string) string {
205205
}
206206

207207
var EcoRepo = model.EcoRepo{
208-
Ecosystem: "pip",
208+
Ecosystem: "pypi",
209209
Repository: "",
210210
}

0 commit comments

Comments
 (0)