diff options
Diffstat (limited to 'internal/configuration/validator/const.go')
| -rw-r--r-- | internal/configuration/validator/const.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/configuration/validator/const.go b/internal/configuration/validator/const.go index d97b64596..8f89dd7b6 100644 --- a/internal/configuration/validator/const.go +++ b/internal/configuration/validator/const.go @@ -54,8 +54,7 @@ const ( "is configured" errFmtNotifierTemplatePathNotExist = "notifier: option 'template_path' refers to location '%s' which does not exist" errFmtNotifierTemplatePathUnknownError = "notifier: option 'template_path' refers to location '%s' which couldn't be opened: %w" - errFmtNotifierTemplateLoad = "notifier: error loading template '%s': %w" - errFmtNotifierFileSystemFileNameNotConfigured = "notifier: filesystem: option 'filename' is required " + errFmtNotifierFileSystemFileNameNotConfigured = "notifier: filesystem: option 'filename' is required" errFmtNotifierSMTPNotConfigured = "notifier: smtp: option '%s' is required" ) |
