1
0
Fork 0

suppress the prefix

pull/3592/head
shaddag 2015-01-29 10:20:31 +01:00
parent c93305a805
commit 0b2a31a89d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ EOT
}
if ($input->getOption('show')) {
$output->writeln(sprintf('<comment>%s: </comment><info>%s</info>', $input->getOption('homepage') ? 'Homepage URL' : 'Repository URL', $url).' </info>');
$output->writeln(sprintf('<info>%s</info>', $url));
} else {
$this->openBrowser($url);
}