From 0f949a5e5a242ce63f097a0948fd8761c9cbd993 Mon Sep 17 00:00:00 2001 From: Hennzau Date: Fri, 30 Aug 2024 23:00:10 +0200 Subject: [PATCH] fix failed to replace source with path --- examples/multiple-daemons/dataflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/multiple-daemons/dataflow.yml b/examples/multiple-daemons/dataflow.yml index b255ff9f..2fb318b5 100644 --- a/examples/multiple-daemons/dataflow.yml +++ b/examples/multiple-daemons/dataflow.yml @@ -2,8 +2,8 @@ nodes: - id: rust-node _unstable_deploy: machine: A - path: cargo build -p multiple-daemons-example-node - source: ../../target/debug/multiple-daemons-example-node + build: cargo build -p multiple-daemons-example-node + path: ../../target/debug/multiple-daemons-example-node inputs: tick: dora/timer/millis/10 outputs: