diff --git a/types/tags.go b/types/tags.go index 42b3636f..4ab9d768 100644 --- a/types/tags.go +++ b/types/tags.go @@ -27,7 +27,7 @@ func (tags Tags) String() string { // Note that this method may mutate the original object. func (tags Tags) SortedString() string { sort.Strings(tags) - return strings.Join(tags, ",") + return tags.String() } // NormalizeTagKey cleans up the key of a tag.