Skip to content

Commit 5ca3b46

Browse files
authored
Update hypernode-brancher.md
Small syntax fix in brancher documentation
1 parent c0cac35 commit 5ca3b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-platform/tools/hypernode-brancher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $testStage = $configuration->addStage('test', 'example.com');
159159
// and run your tests. Cancel it when your tests fail or after your tests pass to incur minimal costs.
160160
$testStage->addBrancherServer('example')
161161
->setLabels(['stage=test'])
162-
->setSettings(['clear_services' => ['cron', 'supervisor']);
162+
->setSettings(['clear_services' => ['cron', 'supervisor']]);
163163
164164
return $configuration;
165165
```

0 commit comments

Comments
 (0)