diff --git a/src/Shell/Task/LocationsTask.php b/src/Shell/Task/LocationsTask.php index 6be2abd..5e2f9d3 100644 --- a/src/Shell/Task/LocationsTask.php +++ b/src/Shell/Task/LocationsTask.php @@ -70,8 +70,9 @@ protected function _shouldProcess($path) { protected function _moves() { return array( 'Config' => '..' . DS . 'config', - 'Controller' . DS . 'Component' . DS . 'Auth' => 'Auth', 'Console' . DS . 'Command' => 'Shell', + 'Console' . DS . 'Command' . DS . 'Task' => 'Shell' . DS . 'Task', + 'Controller' . DS . 'Component' . DS . 'Auth' => 'Auth', 'Lib' => 'src', 'Test' . DS . 'Case' => 'Test' . DS . 'TestCase', 'View' . DS . 'Elements' => 'Template' . DS . 'Element',