Merge pull request #1084 from petteyg/bakedbtabspace

Remove some spacial overkill
This commit is contained in:
Mark Story 2013-01-23 18:07:04 -08:00
commit d6e2d38225

View file

@ -211,7 +211,7 @@ class DbConfigTask extends AppShell {
$this->out(__d('cake_console', 'The following database configuration will be created:')); $this->out(__d('cake_console', 'The following database configuration will be created:'));
$this->hr(); $this->hr();
$this->out(__d('cake_console', "Name: %s", $name)); $this->out(__d('cake_console', "Name: %s", $name));
$this->out(__d('cake_console', "Datasource: %s", $datasource)); $this->out(__d('cake_console', "Datasource: %s", $datasource));
$this->out(__d('cake_console', "Persistent: %s", $persistent)); $this->out(__d('cake_console', "Persistent: %s", $persistent));
$this->out(__d('cake_console', "Host: %s", $host)); $this->out(__d('cake_console', "Host: %s", $host));