Skip to content

Commit f20bc4d

Browse files
SDK-5357: Added intergator.lock file remove action.
1 parent 7bbcae6 commit f20bc4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Console/IntegratorLockUpdaterConsole.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4545
$commandArgumentsTransfer,
4646
);
4747

48+
$this->getFacade()
49+
->runCleanLock($io);
50+
4851
return 0;
4952
}
5053
}

0 commit comments

Comments
 (0)