From 9f9149a950f724dce3b4b5d243b613981d29d08d Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:17:16 +0200 Subject: [PATCH] baobab bin wip --- cmd/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config.toml b/cmd/config.toml index fb23925..d36d6f9 100644 --- a/cmd/config.toml +++ b/cmd/config.toml @@ -24,4 +24,4 @@ tls = false # OSIS Actor Configuration # Handles OSIS (HeroScript) execution [osis_actor] -binary_path = "../target/debug/osis" +binary_path = "actor_osis"