From ad4dacb447c62706924281fef29b7c9e2e810557 Mon Sep 17 00:00:00 2001 From: Azareal Date: Fri, 12 Jul 2019 08:14:32 +1000 Subject: [PATCH] This was a bit of a joke, but it might be a little confusing lol Fixes #50 --- cmd/install/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/install/install.go b/cmd/install/install.go index 919dcf58..f1b9eb72 100644 --- a/cmd/install/install.go +++ b/cmd/install/install.go @@ -193,7 +193,7 @@ func handleDatabaseDetails() (adap install.InstallAdapter, ok bool) { //var dbPort string for { - fmt.Println("Which database adapter do you wish to use? mysql, mssql, or mysql? Default: mysql") + fmt.Println("Which database adapter do you wish to use? mysql or mssql? Default: mysql") if !scanner.Scan() { return nil, false }