diff options
Diffstat (limited to 'commands/account/connection.go')
-rw-r--r-- | commands/account/connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/connection.go b/commands/account/connection.go index 3b30dbda..b9cd887b 100644 --- a/commands/account/connection.go +++ b/commands/account/connection.go @@ -22,7 +22,7 @@ func (Connection) Complete(args []string) []string { return nil } -func (Connection) Execute(args []string) error { +func (c Connection) Execute(args []string) error { acct := app.SelectedAccount() if acct == nil { return errors.New("No account selected") |