Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Mar 28, 2023
1 parent 49ee9b4 commit db83128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/auth.go
Expand Up @@ -104,7 +104,7 @@ func KnownHosts() []string {
}

func knownHosts(cfg *config.Config) []string {
var hosts []string
hosts := []string{}
hostIndex := map[string]struct{}{}
add := func(h string) {
h = strings.ToLower(h)
Expand Down

0 comments on commit db83128

Please sign in to comment.