Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Code sniff fix.
  • Loading branch information
beporter committed Aug 11, 2014
1 parent 9b9600f commit 7d8d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/SchemaShell.php
Expand Up @@ -68,7 +68,7 @@ public function startup() {
}
if ($name && empty($this->params['file'])) {
$this->params['file'] = Inflector::underscore($name);
} elseif(empty($this->params['file'])) {
} elseif (empty($this->params['file'])) {
$this->params['file'] = 'schema.php';
}
if (strpos($this->params['file'], '.php') === false) {
Expand Down

0 comments on commit 7d8d2f2

Please sign in to comment.