aboutsummaryrefslogtreecommitdiff
path: root/commands/account/connection.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/connection.go')
-rw-r--r--commands/account/connection.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/connection.go b/commands/account/connection.go
index 0a67b2fe..4e4cc0e8 100644
--- a/commands/account/connection.go
+++ b/commands/account/connection.go
@@ -22,7 +22,7 @@ func (Connection) Complete(aerc *widgets.Aerc, args []string) []string {
return nil
}
-func (Connection) Execute(aerc *widgets.Aerc, args []string) error {
+func (c Connection) Execute(aerc *widgets.Aerc, args []string) error {
acct := aerc.SelectedAccount()
if acct == nil {
return errors.New("No account selected")