ソースを参照

Fix coding standard error

ADmad 13 年 前
コミット
ede33dbee4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Cake/Console/cake.php

+ 1 - 1
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;