mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix package.install return type
This commit is contained in:
committed by
Aiden McClelland
parent
0aba77867c
commit
3382469fe0
@@ -381,7 +381,7 @@ async fn cli_install(
|
||||
ctx,
|
||||
"package.install",
|
||||
params,
|
||||
PhantomData::<()>,
|
||||
PhantomData::<WithRevision<()>>,
|
||||
)
|
||||
.await?
|
||||
.result?;
|
||||
|
||||
Reference in New Issue
Block a user