Skip to content

Commit

Permalink
Remove some spacial overkill
Browse files Browse the repository at this point in the history
  • Loading branch information
petteyg committed Jan 23, 2013
1 parent 0cdef75 commit ec619ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/DbConfigTask.php
Expand Up @@ -211,7 +211,7 @@ protected function _verify($config) {
$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));

Expand Down

0 comments on commit ec619ee

Please sign in to comment.