Skip to content

Commit b5e2120

Browse files
committed
fix(rust/examples): correct workspace path typo in flow example
The workspace path was incorrectly spelled as "worksspace_flow_example" instead of "workspace_flow_example". This fixes the typo to ensure the example runs correctly.
1 parent ca899be commit b5e2120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/examples/flow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async fn main() -> vectorless::Result<()> {
6969
println!("Step 1: Creating Vectorless client...");
7070

7171
let engine = EngineBuilder::new()
72-
.with_workspace("./worksspace_flow_example")
72+
.with_workspace("./workspace_flow_example")
7373
.with_key(&api_key)
7474
.with_model(&model)
7575
.with_endpoint(&endpoint)

0 commit comments

Comments
 (0)