Skip to content

Commit

Permalink
🐛 Use tag source from Tagger (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Lucidi <[email protected]>
  • Loading branch information
mansam committed Jul 2, 2024
1 parent 8e3a166 commit eb30dc0
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 eb30dc0

Please sign in to comment.