From 6310f37e61a62a1bdf5f6fd5e907cb6ae3382ce9 Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Wed, 4 Mar 2026 14:40:46 +0100 Subject: [PATCH] fix wrong path command-dispatcher policy_files-value --- cfbs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfbs.json b/cfbs.json index 17b8a1a..9a1f191 100644 --- a/cfbs.json +++ b/cfbs.json @@ -38,7 +38,7 @@ "subdirectory": "management/command-dispatcher", "steps": [ "copy main.cf services/cfbs/modules/command-dispatcher/main.cf", - "policy_files services/cfbs/command-dispatcher/main.cf", + "policy_files services/cfbs/modules/command-dispatcher/main.cf", "bundles command_dispatcher:main", "input ./input.json def.json" ],