test: appease the tester
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-18 20:45:47 +02:00
parent 34d2e3b092
commit 81c28e3006
2 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ func RunRemove(ctx context.Context, client *apiclient.Client, opts Remove) error
}
if len(errs) > 0 {
errCh <- errors.Errorf(strings.Join(errs, "\n"))
errCh <- errors.New(strings.Join(errs, "\n"))
return
}