tape: proxmox-tape inventory: call API

This commit is contained in:
Dietmar Maurer
2021-01-29 11:21:57 +01:00
parent 5243df4712
commit e68269fcaf
5 changed files with 27 additions and 31 deletions

View File

@ -552,7 +552,7 @@ async fn start_garbage_collection(param: Value) -> Result<Value, Error> {
record_repository(&repo);
view_task_result(client, result, &output_format).await?;
view_task_result(&mut client, result, &output_format).await?;
Ok(Value::Null)
}