Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 8, 2019
1 parent 3aa767a commit 49c8077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/BuildDocsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$metas = $this->getMetas();
if ($this->buildContext->getParseSubPath()) {
$this->renderDocForPDF($metas);
} elseif ($input->getOption('--output-json')) {
} elseif ($input->getOption('output-json')) {
$this->generateJson($metas);
}

Expand Down

0 comments on commit 49c8077

Please sign in to comment.