Skip to content

Commit 49c8077

Browse files
committed
Fixing typo
1 parent 3aa767a commit 49c8077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/BuildDocsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
116116
$metas = $this->getMetas();
117117
if ($this->buildContext->getParseSubPath()) {
118118
$this->renderDocForPDF($metas);
119-
} elseif ($input->getOption('--output-json')) {
119+
} elseif ($input->getOption('output-json')) {
120120
$this->generateJson($metas);
121121
}
122122

0 commit comments

Comments
 (0)