Merge pull request #254 from kvii/patch-1

Fix typo.
This commit is contained in:
go-jet 2023-07-24 10:44:12 +02:00 committed by GitHub
commit d62f416836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ func main() {
) )
case "": case "":
printErrorAndExit("ERROR: required -source or -dns flag missing.") printErrorAndExit("ERROR: required -source or -dsn flag missing.")
default: default:
printErrorAndExit("ERROR: unknown data source " + source + ". Only postgres, mysql, mariadb and sqlite are supported.") printErrorAndExit("ERROR: unknown data source " + source + ". Only postgres, mysql, mariadb and sqlite are supported.")