Making schema shell work with app/console. No app prefix is needed.

This commit is contained in:
mark_story 2010-10-23 00:36:24 -04:00
parent c8b0267588
commit e6ab0e22c7

View file

@ -435,7 +435,7 @@ class SchemaShell extends Shell {
);
$path = array(
'help' => __('Path to read and write schema.php'),
'default' => 'app/config/schema'
'default' => CONFIGS . 'schema'
);
$file = array(
'help' => __('File name to read and write.'),