Skip to content

Commit

Permalink
#14: Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Dec 12, 2017
1 parent 189fd69 commit fd1bb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Joomlatools/Console/Command/Extension/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function configure()
For more information about Joomla's discover method, refer to the official documentation: https://docs.joomla.org/Help34:Extensions_Extension_Manager_Discover
Alternatively simply pass in the composer dependencies you would like to install; provide these in the format (vendor/package:[commit || [operator version])
Alternatively simply pass in the Composer packages you would like to install: provide these in the format (vendor/package:[commit || [operator version])
EOL
)
->addArgument(
Expand Down Expand Up @@ -87,7 +87,7 @@ public function check(InputInterface $input, OutputInterface $output)

if (trim($result) == 'false')
{
$output->writeln('<error>You need composer installed either locally or globally: https://getcomposer.org/doc/00-intro.md</error>');
$output->writeln('<error>You need Composer installed globally. See: https://getcomposer.org/doc/00-intro.md#globally</error>');
exit();
}
}
Expand Down

0 comments on commit fd1bb09

Please sign in to comment.