Skip to content

Commit

Permalink
Merge pull request #76 from michha/composer-error-fixed
Browse files Browse the repository at this point in the history
Fixed composer error message in PluginTask
  • Loading branch information
markstory committed Apr 17, 2015
2 parents 4849c14 + 0b2bac6 commit c420279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/Task/PluginTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected function _modifyAutoloader($plugin, $path)
$composer = $this->findComposer();

if (!$composer) {
$this->error('Could not locate composer, Add composer to your PATH, or use the -composer option.');
$this->error('Could not locate composer. Add composer to your PATH, or use the --composer option.');
return false;
}

Expand Down

0 comments on commit c420279

Please sign in to comment.