Skip to content

Commit 74a073c

Browse files
committed
install nightwatch supervisor agent
1 parent a2506e4 commit 74a073c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/StartCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class StartCommand extends SteppedCommand implements RunsOnAws
2222
Steps\Start\Queue\SyncQueueWorkerStep::class,
2323
Steps\Start\Queue\SyncQueueLandlordWorkerStep::class,
2424
Steps\Start\Queue\SyncQueueTenantWorkerStep::class,
25-
Steps\Start\Web\SyncOctaneWorkerStep::class,
25+
Steps\Start\Web\SyncOctaneStep::class,
2626
Steps\Start\Scheduler\SyncMysqlBackupStep::class,
2727
Steps\Start\All\SyncPhpConfigurationStep::class,
2828
Steps\Start\Web\SyncNginxConfigurationStep::class,

src/Steps/Start/Web/SyncOctaneWorkerStep.php renamed to src/Steps/Start/Web/SyncOctaneStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Codinglabs\Yolo\Enums\StepResult;
99
use Codinglabs\Yolo\Contracts\RunsOnAwsWeb;
1010

11-
class SyncOctaneWorkerStep implements RunsOnAwsWeb
11+
class SyncOctaneStep implements RunsOnAwsWeb
1212
{
1313
public function __invoke(array $options): StepResult
1414
{

0 commit comments

Comments
 (0)