diff --git a/cake/console/shells/schema.php b/cake/console/shells/schema.php index b9c43d9cd..612e57e45 100644 --- a/cake/console/shells/schema.php +++ b/cake/console/shells/schema.php @@ -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.'),