Browse Source

If the composer flag cannot be found look in $PATH.

mark_story 12 years ago
parent
commit
58f049b74b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Console/Command/Task/ProjectTask.php

+ 0 - 1
src/Console/Command/Task/ProjectTask.php

@@ -101,7 +101,6 @@ class ProjectTask extends BakeTask {
 			if (file_exists($path)) {
 				return $path;
 			}
-			return false;
 		}
 		$composer = false;
 		if (!empty($_SERVER['PATH'])) {