Bugfixes in confluence
This commit is contained in:
parent
4f33394c77
commit
1f4f18dccf
@ -49,7 +49,7 @@ class Publisher
|
||||
try {
|
||||
return $this->runAction($title, $this->output, $this->width, $closure);
|
||||
} catch (BadResponseException $e) {
|
||||
echo " X Failed with message: " . $e->getMessage() . "\n";
|
||||
$this->output->writeLn(" <error>" . $e->getMessage() . "</error>");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,7 @@ class Command extends SymfonyCommand
|
||||
|
||||
switch(strtolower($input->getOption('format'))) {
|
||||
case 'confluence':
|
||||
(new ConfluenceGenerator())->generate($daux, $input->getOption('destination'), $output, $width);
|
||||
(new ConfluenceGenerator())->generate($daux, $output, $width);
|
||||
break;
|
||||
case 'html':
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user