Skip to content

Commit

Permalink
fixed typo in postgres extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Nov 27, 2020
1 parent 40b49ab commit 5feb67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docker/DockerDatabaseServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static function getMissingExtensionName(string $name): ?string
$driver = 'mysql';
break;
case 'postgres':
$driver = 'pdsql';
$driver = 'pgsql';
break;
default:
self::throwInvalidDatabase($name);
Expand Down

0 comments on commit 5feb67d

Please sign in to comment.