summaryrefslogtreecommitdiff
path: root/internal/notification/file_notifier.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/notification/file_notifier.go')
-rw-r--r--internal/notification/file_notifier.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/notification/file_notifier.go b/internal/notification/file_notifier.go
index ddbd2b0c9..4fad8a5d6 100644
--- a/internal/notification/file_notifier.go
+++ b/internal/notification/file_notifier.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"time"
- "github.com/authelia/authelia/internal/configuration/schema"
+ "github.com/authelia/authelia/v4/internal/configuration/schema"
)
// FileNotifier a notifier to send emails to SMTP servers.