Skip to content

Commit

Permalink
fix failed to replace source with path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennzau committed Aug 30, 2024
1 parent 8bb6dc3 commit 0f949a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multiple-daemons/dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0f949a5

Please sign in to comment.