We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac4995 commit a9832a8Copy full SHA for a9832a8
1 file changed
internal/cmd/db_locations.go
@@ -75,7 +75,7 @@ var regionsCmd = &cobra.Command{
75
fmt.Println("")
76
}
77
78
- fmt.Println(internal.Emph("AWS (beta) Regions:"))
+ fmt.Println(internal.Emph("AWS Regions:"))
79
for _, location := range awsIds {
80
description := locations[location]
81
if location == closest {
0 commit comments