Skip to content

Commit

Permalink
Revert "Revert ":bug: Use tag source from Tagger"" (#106)
Browse files Browse the repository at this point in the history
Reverts #105
  • Loading branch information
mansam authored Jul 3, 2024
1 parent bbad67b commit 7071474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (r *Tagger) ensureTags(catMap map[string]uint, tags []string) (tagIds []uin
// ensureAssociated ensure wanted tags are associated.
func (r *Tagger) ensureAssociated(appID uint, wanted []uint) (err error) {
tags := addon.Application.Tags(appID)
tags.Source(Source)
tags.Source(r.Source)
err = tags.Replace(wanted)
return
}
Expand Down

0 comments on commit 7071474

Please sign in to comment.