Skip to content

Commit 85a4ebd

Browse files
authored
AWS is no longer beta (#954)
2 parents cac4995 + a9832a8 commit 85a4ebd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/db_locations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var regionsCmd = &cobra.Command{
7575
fmt.Println("")
7676
}
7777

78-
fmt.Println(internal.Emph("AWS (beta) Regions:"))
78+
fmt.Println(internal.Emph("AWS Regions:"))
7979
for _, location := range awsIds {
8080
description := locations[location]
8181
if location == closest {

0 commit comments

Comments
 (0)