aboutsummaryrefslogtreecommitdiffstats
path: root/lib/watchers/fsevents.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/watchers/fsevents.go')
-rw-r--r--lib/watchers/fsevents.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/watchers/fsevents.go b/lib/watchers/fsevents.go
index 905db2af..a273dcb0 100644
--- a/lib/watchers/fsevents.go
+++ b/lib/watchers/fsevents.go
@@ -6,7 +6,7 @@ package watchers
import (
"time"
- "git.sr.ht/~rjarry/aerc/log"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"github.com/fsnotify/fsevents"
)