Skip to content

Commit 40697aa

Browse files
committed
ICM: Message fixed.
1 parent a6b4604 commit 40697aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WithoutOverlapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
1111
{
1212
$mutex = new Mutex($this);
1313
if (!$mutex->acquireLock(0)) {
14-
$this->info('Command already running!');
14+
$this->info('Command is running now!');
1515
return;
1616
}
1717

0 commit comments

Comments
 (0)