diff --git a/cake/console/libs/tasks/db_config.php b/cake/console/libs/tasks/db_config.php index faf8f47be..e2132e38e 100644 --- a/cake/console/libs/tasks/db_config.php +++ b/cake/console/libs/tasks/db_config.php @@ -174,7 +174,7 @@ class DbConfigTask extends Shell { } $schema = ''; - if ($driver == 'postrges') { + if ($driver == 'postgres') { while ($schema == '') { $schema = $this->in('Table schema?', null, 'n'); }