Update error message

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-05 12:51:30 +04:00
parent f7936ff2c2
commit c6da1c2cce

View File

@@ -298,7 +298,7 @@ func (impl *Implm) Run(
s3Client,
impl.cfg.AWS.Bucket,
); err != nil {
return fmt.Errorf("cannot generate email static asset URLs: %w", err)
return fmt.Errorf("cannot upload email static assets: %w", err)
}
iamService, err := iam.NewService(