mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
fix: typo
This commit is contained in:
parent
0a7a0f958f
commit
027fdb36ce
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user