From 5ca3b469ffef6536a4aa61d6b98b10740e4e0da7 Mon Sep 17 00:00:00 2001 From: "K." Date: Mon, 29 Dec 2025 13:54:31 +0100 Subject: [PATCH] Update hypernode-brancher.md Small syntax fix in brancher documentation --- docs/hypernode-platform/tools/hypernode-brancher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/hypernode-brancher.md b/docs/hypernode-platform/tools/hypernode-brancher.md index 52d35bf9..66e84a5f 100644 --- a/docs/hypernode-platform/tools/hypernode-brancher.md +++ b/docs/hypernode-platform/tools/hypernode-brancher.md @@ -159,7 +159,7 @@ $testStage = $configuration->addStage('test', 'example.com'); // and run your tests. Cancel it when your tests fail or after your tests pass to incur minimal costs. $testStage->addBrancherServer('example') ->setLabels(['stage=test']) - ->setSettings(['clear_services' => ['cron', 'supervisor']); + ->setSettings(['clear_services' => ['cron', 'supervisor']]); return $configuration; ```