Skip to content

Commit

Permalink
Correct folders for Shells and Tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Dec 26, 2014
1 parent 7aa6409 commit a7135b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Shell/Task/LocationsTask.php
Expand Up @@ -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',
Expand Down

0 comments on commit a7135b2

Please sign in to comment.