Skip to content

Commit 9b85a4a

Browse files
committed
switch to getOption()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 989c562 commit 9b85a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Command/CirclesConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
137137
$circleId = (string)$input->getArgument('circle_id');
138138

139139
try {
140-
if ($input->getArgument('super-session')) {
140+
if ($input->getOption('super-session')) {
141141
$this->federatedUserService->bypassCurrentUserCondition(true);
142142
} else {
143143
$this->federatedUserService->commandLineInitiator(

0 commit comments

Comments
 (0)