Skip to content

Commit

Permalink
Merge pull request #564 from mmartinv/fix-admin-tool-print-device-cre…
Browse files Browse the repository at this point in the history
…dentials

fix(admin-tool): call the 'fdo-owner-tool' with the correct arguments
  • Loading branch information
mergify[bot] authored Nov 21, 2023
2 parents 825c7b7 + b15b887 commit 913490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-tool/src/aio/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async fn print_device_credential(
let status =
tokio::process::Command::new(binary_path.join(ChildBinary::OwnerTool.binary_name()))
.arg("dump-device-credential")
.args(device_credential_path)
.arg(device_credential_path)
.status()
.await
.context("Error running owner-tool to dump device credential")?;
Expand Down

0 comments on commit 913490d

Please sign in to comment.