mirror of
https://github.com/therootcompany/golib.git
synced 2026-02-09 21:38:05 +00:00
fix(cmd/sql-migrate): spell 'postgres' correctly
This commit is contained in:
parent
e7282c58f3
commit
b6ffacd0a6
@ -197,7 +197,7 @@ func main() {
|
||||
leafArgs := fsSub.Args()
|
||||
|
||||
switch cfg.sqlCommand {
|
||||
case "", "posgres", "posgresql", "pg", "psql", "plpgsql":
|
||||
case "", "postgres", "postgresql", "pg", "psql", "plpgsql":
|
||||
cfg.sqlCommand = sqlCommandPSQL
|
||||
case "mariadb":
|
||||
cfg.sqlCommand = sqlCommandMariaDB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user