chore: cosmetic

This commit is contained in:
Alexandre Pujol 2024-05-25 22:26:51 +01:00
parent 9812c38b83
commit 865ce4c66b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 14 additions and 14 deletions

View file

@ -51,7 +51,7 @@ func (r *ChangeProfile) Equals(other any) bool {
}
func (r *ChangeProfile) String() string {
return renderTemplate(tokCHANGEPROFILE, r)
return renderTemplate(r.Kind(), r)
}
func (r *ChangeProfile) Constraint() constraint {