diff --git a/pkg/updates/updates.go b/pkg/updates/updates.go index 7de71f7a6..20f05d87e 100644 --- a/pkg/updates/updates.go +++ b/pkg/updates/updates.go @@ -41,7 +41,7 @@ var ( ) // NewUpdater creates a new updater -func NewUpdater(log *logrus.Logger, config config.AppConfigurer, osCommand *commands.OSCommand, tr *i18n.Localizer) (*Updater, error) { +func NewUpdater(log *logrus.Entry, config config.AppConfigurer, osCommand *commands.OSCommand, tr *i18n.Localizer) (*Updater, error) { contextLogger := log.WithField("context", "updates") updater := &Updater{