fix: typo

This commit is contained in:
Kevin Franklin Kim 2024-12-18 14:39:06 +01:00
parent 0a7a0f958f
commit 027fdb36ce
No known key found for this signature in database

View File

@ -71,7 +71,7 @@ func NewServer(root *cobra.Command) {
if cfg.Umami.Enabled && pkgcmd.Tag(umamiprovider.Tag, tags) {
l.Info("🅿️ Running provider", "name", umamiprovider.Name, "tag", umamiprovider.Tag)
if err := umamiprovider.Server(tm, cfg.Umami); err != nil {
return errors.Wrap(err, "failed to provision umammi")
return errors.Wrap(err, "failed to provision umami")
}
}