Skip to content

Commit

Permalink
Merge pull request #165 from webern/keybug
Browse files Browse the repository at this point in the history
pubsys-setup: fix add-key bug
  • Loading branch information
webern authored Mar 5, 2024
2 parents 0b4406d + 759cccf commit 7ec3a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pubsys-setup/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn run() -> Result<()> {

let key_url = if let Some(key_url) = maybe_key_url {
// If the user has a key, add it to each role.
tuftool!("root add-key '{}' '{}' --role root --role snapshot --role targets --role timestamp",
tuftool!("root add-key '{}' --key '{}' --role root --role snapshot --role targets --role timestamp",
temp_root_role_path, key_url);
key_url
} else {
Expand Down

0 comments on commit 7ec3a07

Please sign in to comment.