diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
commit | 98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch) | |
tree | dcbd0072649785e8b99104fd1865aecba1eacdb0 /commands/cd.go | |
parent | 9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff) | |
download | aerc-98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942.tar.gz |
s/aerc2/aerc/g
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" ) |