diff options
Diffstat (limited to 'commands/cd.go')
-rw-r--r-- | commands/cd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cd.go b/commands/cd.go index bb06c23..3da1555 100644 --- a/commands/cd.go +++ b/commands/cd.go @@ -4,7 +4,7 @@ import ( "errors" "os" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" "github.com/mitchellh/go-homedir" ) |