Skip to content

Commit

Permalink
SDK-5357: Added intergator.lock file remove action.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaksimov25 committed Dec 1, 2023
1 parent 7bbcae6 commit f20bc4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Console/IntegratorLockUpdaterConsole.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$commandArgumentsTransfer,
);

$this->getFacade()
->runCleanLock($io);

Check warning on line 49 in src/Console/IntegratorLockUpdaterConsole.php

View check run for this annotation

Codecov / codecov/patch

src/Console/IntegratorLockUpdaterConsole.php#L48-L49

Added lines #L48 - L49 were not covered by tests

return 0;
}
}

0 comments on commit f20bc4d

Please sign in to comment.