diff options
Diffstat (limited to 'completer/completer.go')
-rw-r--r-- | completer/completer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completer/completer.go b/completer/completer.go index 647e9ed7..55559d59 100644 --- a/completer/completer.go +++ b/completer/completer.go @@ -12,7 +12,7 @@ import ( "strings" "syscall" - "git.sr.ht/~rjarry/aerc/log" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/go-opt" ) |