Skip to content

Commit

Permalink
switch to getOption()
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed May 10, 2022
1 parent 989c562 commit 9b85a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/CirclesConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$circleId = (string)$input->getArgument('circle_id');

try {
if ($input->getArgument('super-session')) {
if ($input->getOption('super-session')) {
$this->federatedUserService->bypassCurrentUserCondition(true);
} else {
$this->federatedUserService->commandLineInitiator(
Expand Down

0 comments on commit 9b85a4a

Please sign in to comment.