Skip to content

Commit

Permalink
Revert ":bug: Use tag source from Tagger" (#105)
Browse files Browse the repository at this point in the history
Reverts #104
  • Loading branch information
shawn-hurley authored Jul 3, 2024
1 parent eb30dc0 commit bbad67b
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 bbad67b

Please sign in to comment.