Skip to content

Commit

Permalink
Merge pull request #1041 from nextcloud/fix/noid/switch-to-option
Browse files Browse the repository at this point in the history
switch to getOption()
  • Loading branch information
ArtificialOwl authored May 10, 2022
2 parents 989c562 + 9b85a4a commit 323c8c4
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 323c8c4

Please sign in to comment.