From cb44d2671d4484e51d21916acedf38404b67321d Mon Sep 17 00:00:00 2001 From: "nieznany.sprawiciel" Date: Mon, 27 Nov 2023 17:32:45 +0100 Subject: [PATCH] Fix path to supervisor to point to the same directory --- conf/ya-dummy-ai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ya-dummy-ai.json b/conf/ya-dummy-ai.json index 362fae5..26345be 100644 --- a/conf/ya-dummy-ai.json +++ b/conf/ya-dummy-ai.json @@ -2,7 +2,7 @@ { "name": "ai", "version": "0.1.0", - "supervisor-path": "[..]\\ya-runtime-ai\\target\\debug\\ya-runtime-ai.exe", + "supervisor-path": "ya-runtime-ai.exe", "extra-args": [ "--runtime", "dummy"