Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 6b35125

Browse files
authored
publish data in the git bucket (#37)
Signed-off-by: Ibrahim Mbaziira <[email protected]>
1 parent 651813b commit 6b35125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ func (j *DSGit) GitEnrichItems(ctx *shared.Ctx, thrN int, items []interface{}, d
17521752
for _, d := range data {
17531753
formattedData = append(formattedData, d)
17541754
}
1755-
err = j.Publisher.PushEvents(CommitCreated, "insights", j.RepositorySource, "commits", os.Getenv("STAGE"), formattedData)
1755+
err = j.Publisher.PushEvents(CommitCreated, "insights", GitDataSource, "commits", os.Getenv("STAGE"), formattedData)
17561756
if err != nil {
17571757
shared.Printf("Error: %+v\n", err)
17581758
return

0 commit comments

Comments
 (0)