From 8b4cfc2fcbb149b29f0bbe2e06ffcf79b3d2ca83 Mon Sep 17 00:00:00 2001 From: Thomas Mauran <78204354+thomas-mauran@users.noreply.github.com> Date: Thu, 2 May 2024 19:05:36 +0200 Subject: [PATCH] chore: fix example path (#42) Signed-off-by: Mauran --- src/cli/examples/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/examples/config.toml b/src/cli/examples/config.toml index 013193c..f77b218 100644 --- a/src/cli/examples/config.toml +++ b/src/cli/examples/config.toml @@ -7,5 +7,5 @@ address = "localhost" port = 50051 [build] -source-code-path = "CHANGEME/src/agent/examples/main.rs" +source-code-path = "CHANGEME/src/cli/examples/main.rs" release = true