Skip to content

Commit 5fced80

Browse files
committed
Detect the right linux distro
1 parent aa4ceb9 commit 5fced80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowey/flowey_cli/src/pipeline_resolver/direct_run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fn direct_run_do_work(
161161
let (mut output_graph, _, err_unreachable_nodes) =
162162
crate::flow_resolver::stage1_dag::stage1_dag(
163163
FlowBackend::Local,
164-
platform,
164+
flow_platform,
165165
flow_arch,
166166
patches.clone(),
167167
root_nodes

0 commit comments

Comments
 (0)