Skip to content

Commit

Permalink
Revert ":bug: Use tag source from Tagger (#104)"
Browse files Browse the repository at this point in the history
This reverts commit eb30dc0.
  • Loading branch information
shawn-hurley committed Jul 3, 2024
1 parent eb30dc0 commit 04765ac
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(r.Source)
tags.Source(Source)
err = tags.Replace(wanted)
return
}
Expand Down

0 comments on commit 04765ac

Please sign in to comment.