Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
fix(introspection): pg-db usage
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Mar 2, 2019
1 parent 045c157 commit f70dfa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ ${chalk.bold(
host: flags['pg-host'],
user: flags['pg-user'],
password: flags['pg-password'],
database: flags['pg-database'],
database: flags['pg-db'],
port: parseInt(flags['pg-port'], 10),
schema: flags['pg-schema'], // this is optional and can be undefined
type: DatabaseType.postgres,
Expand Down

0 comments on commit f70dfa4

Please sign in to comment.