From 49c8077dffe298aaec2874ce500ac111e2c4780c Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 8 Mar 2019 17:14:52 -0500 Subject: [PATCH] Fixing typo --- src/Command/BuildDocsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/BuildDocsCommand.php b/src/Command/BuildDocsCommand.php index 5664ede..7261a66 100644 --- a/src/Command/BuildDocsCommand.php +++ b/src/Command/BuildDocsCommand.php @@ -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); }