Skip to content

Commit

Permalink
fix: wrong method
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Sep 19, 2024
1 parent 53d8a7c commit 582c6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pixi-build/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl<T: ProtocolFactory> Server<T> {

let conda_build = state.clone();
io.add_method(
procedures::conda_metadata::METHOD_NAME,
procedures::conda_build::METHOD_NAME,
move |params: Params| {
let state = conda_build.clone();

Expand Down

0 comments on commit 582c6c7

Please sign in to comment.