diff options
Diffstat (limited to 'commands/history.go')
-rw-r--r-- | commands/history.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/history.go b/commands/history.go index cc85f3ba..0a7d6894 100644 --- a/commands/history.go +++ b/commands/history.go @@ -8,8 +8,8 @@ import ( "os" "sync" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/xdg" - "git.sr.ht/~rjarry/aerc/log" ) type cmdHistory struct { |