Skip to content

Commit

Permalink
review-updates
Browse files Browse the repository at this point in the history
Signed-off-by: Firas Ghanmi <[email protected]>
  • Loading branch information
fghanmi committed Aug 17, 2024
1 parent 55b6b77 commit daf84a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuftool/src/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ impl Command {

if let Some(password_str) = password.as_deref() {
command.args(["-aes256", "-pass"]);
command.arg(format!("pass:{}", password_str));
command.arg(format!("pass:{password_str}"));
}
let command_str = format!("{command:?}");
let output = command.output().context(error::CommandExecSnafu {
Expand Down

0 comments on commit daf84a1

Please sign in to comment.