diff options
Diffstat (limited to 'commands/exec.go')
-rw-r--r-- | commands/exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/exec.go b/commands/exec.go index 874b2714..ac33cf21 100644 --- a/commands/exec.go +++ b/commands/exec.go @@ -7,7 +7,7 @@ import ( "time" "git.sr.ht/~rjarry/aerc/app" - "git.sr.ht/~rjarry/aerc/log" + "git.sr.ht/~rjarry/aerc/lib/log" ) type ExecCmd struct { |