diff --git a/versa b/versa index bf24939..59f9f56 100755 --- a/versa +++ b/versa @@ -91,8 +91,7 @@ $application->setCode(function (InputInterface $input): int { $process->run(); } break; - } - switch ($projectType) { + case ProjectType::Sculpin->value: $process = Process::create( command: ['./vendor/bin/sculpin', 'generate'],