From 6d3efec9f82eb1ff2ba474d065ff008eb1afdc94 Mon Sep 17 00:00:00 2001 From: arafato Date: Wed, 1 Jul 2020 12:02:30 +0200 Subject: [PATCH] fixes #5 --- cli/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/list.go b/cli/list.go index c7bca8c..e343e85 100644 --- a/cli/list.go +++ b/cli/list.go @@ -79,7 +79,7 @@ func LsCommand(input LsCommandInput) error { for _, profile := range profileNames { if credName == profile { contains = true - continue + break } } if !contains {