Skip to content

Commit ce6ac0e

Browse files
authored
Merge pull request #440 from SuperDiglett/patch-1
Update hypernode-brancher.md
2 parents f36cd06 + 0691b99 commit ce6ac0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $testStage = $configuration->addStage('test', 'example.com');
160160
// 'example' is the name of the parent hypernode, which will be cloned to create the brancher, without the '.hypernode.io'.
161161
$testStage->addBrancherServer('example')
162162
->setLabels(['stage=test'])
163-
->setSettings(['clear_services' => ['cron', 'supervisor']);
163+
->setSettings(['clear_services' => ['cron', 'supervisor']]);
164164
165165
return $configuration;
166166
```

0 commit comments

Comments
 (0)