Fix error naming

This commit is contained in:
Daniel
2024-04-17 17:01:37 +02:00
parent a457ac4245
commit cdabffafcd
3 changed files with 6 additions and 6 deletions

View File

@@ -518,7 +518,7 @@ func (profile *Profile) updateMetadataFromSystem(ctx context.Context, md Matchin
switch {
case err == nil:
// Continue
case errors.Is(err, binmeta.IconIgnored):
case errors.Is(err, binmeta.ErrIconIgnored):
newIcon = nil
// Continue
default: