Skip to content

Commit 1982280

Browse files
committed
fix: add languages update
1 parent 5ee1067 commit 1982280

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • pkg/collector_git/cmd/integrate

pkg/collector_git/cmd/integrate/main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ func main() {
104104
contributor_count = $7,
105105
commit_frequency = $8,
106106
license = $9,
107-
need_update = FALSE WHERE git_link = $10`,
107+
language = $10,
108+
need_update = FALSE WHERE git_link = $11`,
108109
repo.Name,
109110
repo.Owner,
110111
repo.Source,
@@ -114,6 +115,7 @@ func main() {
114115
repo.ContributorCount,
115116
repo.CommitFrequency,
116117
repo.License,
118+
repo.Languages,
117119
input)
118120

119121
if err != nil {

0 commit comments

Comments
 (0)