Fix identifier in core update notification

This commit is contained in:
Daniel 2019-07-26 22:33:06 +02:00
parent ab7980d42c
commit a06ca19056

View file

@ -7,7 +7,7 @@ import (
"github.com/safing/portbase/notifications"
)
const coreIdentifier = "core/portmaster"
const coreIdentifier = "core/portmaster-core"
var lastNotified time.Time