diff --git a/lib/Command/CirclesConfig.php b/lib/Command/CirclesConfig.php index 68ecfa42e..ff3e4d385 100644 --- a/lib/Command/CirclesConfig.php +++ b/lib/Command/CirclesConfig.php @@ -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(