fix package.install return type

This commit is contained in:
Aiden McClelland
2021-11-24 14:29:22 -07:00
committed by Aiden McClelland
parent 0aba77867c
commit 3382469fe0

View File

@@ -381,7 +381,7 @@ async fn cli_install(
ctx,
"package.install",
params,
PhantomData::<()>,
PhantomData::<WithRevision<()>>,
)
.await?
.result?;