Skip to content

Commit

Permalink
Correct output message.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 14, 2014
1 parent 58f049b commit e0accf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/Task/ProjectTask.php
Expand Up @@ -121,7 +121,7 @@ protected function _searchPath($path) {
foreach ($path as $dir) {
foreach ($composer as $cmd) {
if (file_exists($dir . DS . $cmd)) {
$this->_io->verbose('Found composer executable on ' . $dir);
$this->_io->verbose('Found composer executable in ' . $dir);
return $dir . DS . $cmd;
}
}
Expand Down

0 comments on commit e0accf3

Please sign in to comment.