We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276b315 commit 8092642Copy full SHA for 8092642
internal/config/profile.go
@@ -30,7 +30,7 @@ func GetProfiles() []Profile {
30
}
31
32
func GetAvailableProfiles() []string {
33
- var ret []string
+ ret := []string{}
34
for k := range Profiles {
35
ret = append(ret, k)
36
0 commit comments