diff --git a/src/Command/UpdateSubscriptionsCommand.php b/src/Command/UpdateSubscriptionsCommand.php index 496dcbf..d52a657 100644 --- a/src/Command/UpdateSubscriptionsCommand.php +++ b/src/Command/UpdateSubscriptionsCommand.php @@ -92,7 +92,7 @@ class UpdateSubscriptionsCommand extends Command $progress->finish(); // Flushing all changes at once to the database - if (!$input->getOption('check-only')) { + if (!$input->getOption('dry-run')) { $this->em->flush(); $this->em->commit(); }