This was a bit of a joke, but it might be a little confusing lol
Fixes #50
This commit is contained in:
parent
7bbaa3050c
commit
ad4dacb447
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue