From ede33dbee4070f997065f7e79ba6a635a91cb946 Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 25 Apr 2013 03:19:40 +0530 Subject: [PATCH] Fix coding standard error --- lib/Cake/Console/cake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/cake.php b/lib/Cake/Console/cake.php index 76aeb63ac..c0f97edd7 100644 --- a/lib/Cake/Console/cake.php +++ b/lib/Cake/Console/cake.php @@ -32,7 +32,7 @@ foreach ($paths as $path) { 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;