diff --git a/src/bin/wit-deps/main.rs b/src/bin/wit-deps/main.rs index 405646d..dd837bd 100644 --- a/src/bin/wit-deps/main.rs +++ b/src/bin/wit-deps/main.rs @@ -91,7 +91,7 @@ async fn main() -> anyhow::Result { }), Some(Command::Update) => wit_deps::update_path(manifest_path, lock_path, deps_path) .await - .map(|_| ExitCode::SUCCESS), + .map(|()| ExitCode::SUCCESS), Some(Command::Tar { package, output }) => { wit_deps::lock_path(manifest_path, lock_path, &deps_path) .await