Skip to content

Commit

Permalink
Fix coding standard error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 24, 2013
1 parent c19e3d0 commit ede33db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/cake.php
Expand Up @@ -32,7 +32,7 @@

if (!$found) {
$rootInstall = dirname(dirname(dirname(__FILE__))) . $ds . $dispatcher;
$composerInstall = dirname(dirname(__FILE__)) . $ds. $dispatcher;
$composerInstall = dirname(dirname(__FILE__)) . $ds . $dispatcher;

if (file_exists($composerInstall)) {
include $composerInstall;
Expand Down

0 comments on commit ede33db

Please sign in to comment.