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