From 1fd5c040416fcb3c6c6ea0b9fd94989988c6a838 Mon Sep 17 00:00:00 2001 From: Uzair Ali <72073401+uzaxirr@users.noreply.github.com> Date: Fri, 17 May 2024 15:43:47 +0530 Subject: [PATCH] rm caps --- cmd/database/database_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/database/database_create.go b/cmd/database/database_create.go index c159e3e4..6960f000 100644 --- a/cmd/database/database_create.go +++ b/cmd/database/database_create.go @@ -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) }