Skip to content

Commit

Permalink
fix use spec
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 12, 2024
1 parent a42aa81 commit daa751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/PushCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$spec->setSecurity(null);
}

$result = (string) $generator->generate($this->scanner->generate($filter));
$result = (string) $generator->generate($spec);
$helper = $this->getHelper('question');

if (empty($clientId)) {
Expand Down

0 comments on commit daa751d

Please sign in to comment.