We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b4604 commit 40697aaCopy full SHA for 40697aa
src/WithoutOverlapping.php
@@ -11,7 +11,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
11
{
12
$mutex = new Mutex($this);
13
if (!$mutex->acquireLock(0)) {
14
- $this->info('Command already running!');
+ $this->info('Command is running now!');
15
return;
16
}
17
0 commit comments