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 603c064 commit 68ca563Copy full SHA for 68ca563
src/Commands/ChangeOwnerConfigJson.php
@@ -31,6 +31,7 @@ public function handle(): void
31
{
32
if (PHP_OS_FAMILY !== 'Linux') {
33
$this->error('This command only works on Linux');
34
+
35
return;
36
}
37
0 commit comments