aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hooks/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hooks/exec.go')
-rw-r--r--lib/hooks/exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hooks/exec.go b/lib/hooks/exec.go
index bea35f32..ecc33b28 100644
--- a/lib/hooks/exec.go
+++ b/lib/hooks/exec.go
@@ -4,7 +4,7 @@ import (
"os"
"os/exec"
- "git.sr.ht/~rjarry/aerc/log"
+ "git.sr.ht/~rjarry/aerc/lib/log"
)
func RunHook(h HookType) error {