diff --git a/cmd/uncloud/context/use.go b/cmd/uncloud/context/use.go index d9e003bc..86c4dd69 100644 --- a/cmd/uncloud/context/use.go +++ b/cmd/uncloud/context/use.go @@ -78,6 +78,5 @@ func buildContextOptions(contexts []string, current string) []huh.Option[string] options[i] = opt } - options[1].Selected(true) return options }