Skip to content

Commit

Permalink
rm caps
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed May 17, 2024
1 parent 571d287 commit 1fd5c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/database/database_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var dbCreateCmd = &cobra.Command{
}

if !softwareIsValid {
utility.Error("The provided software name is not valid. Make sure you use correct capitalization (eg: MySQL, PostgreSQL)")
utility.Error("The provided software name is not valid. Make sure you use correct capitalization (eg: mysql, postgresql")
os.Exit(1)
}

Expand Down

0 comments on commit 1fd5c04

Please sign in to comment.