Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
Fixed "Unable to locate 'Plugin' bake theme templates"
  • Loading branch information
angelxmoreno committed May 19, 2014
1 parent 2f8a72b commit 797255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/Task/TemplateTask.php
Expand Up @@ -57,7 +57,7 @@ public function initialize() {
protected function _findThemes() {
$paths = App::path('Console');

$plugins = App::objects('plugin');
$plugins = App::objects('Plugin');
foreach ($plugins as $plugin) {
$paths[] = $this->_pluginPath($plugin) . 'Console/';
}
Expand Down

0 comments on commit 797255a

Please sign in to comment.