We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee1067 commit 1982280Copy full SHA for 1982280
1 file changed
pkg/collector_git/cmd/integrate/main.go
@@ -104,7 +104,8 @@ func main() {
104
contributor_count = $7,
105
commit_frequency = $8,
106
license = $9,
107
- need_update = FALSE WHERE git_link = $10`,
+ language = $10,
108
+ need_update = FALSE WHERE git_link = $11`,
109
repo.Name,
110
repo.Owner,
111
repo.Source,
@@ -114,6 +115,7 @@ func main() {
114
115
repo.ContributorCount,
116
repo.CommitFrequency,
117
repo.License,
118
+ repo.Languages,
119
input)
120
121
if err != nil {
0 commit comments