aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/switch.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/switch.go')
-rw-r--r--commands/compose/switch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/switch.go b/commands/compose/switch.go
index 637099b5..c71716e0 100644
--- a/commands/compose/switch.go
+++ b/commands/compose/switch.go
@@ -26,7 +26,7 @@ func (SwitchAccount) Aliases() []string {
}
func (*SwitchAccount) CompleteAccount(arg string) []string {
- return commands.CompletionFromList(app.AccountNames(), arg)
+ return commands.FilterList(app.AccountNames(), arg, nil)
}
func (s SwitchAccount) Execute(args []string) error {