diff --git a/repo.go b/repo.go index 0e53472..f08022c 100644 --- a/repo.go +++ b/repo.go @@ -160,7 +160,7 @@ func pkgPrompt(options []string) ([]string, error) { return nil, err } - out := make([]string, len(choices)) + out := make([]string, len(choices)) for i, choiceIndex := range choices { out[i] = options[choiceIndex] }