Remove some spacial overkill

This commit is contained in:
Gordon Pettey (petteyg) 2013-01-23 23:20:41 +00:00
parent 0cdef75060
commit ec619eec04

View file

@ -211,7 +211,7 @@ class DbConfigTask extends AppShell {
$this->out(__d('cake_console', 'The following database configuration will be created:'));
$this->hr();
$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', "Host: %s", $host));