Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
fix description of stored secret
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Mar 8, 2020
1 parent ff6d6ba commit 9906210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn get_store_password(clear: bool) -> Result<String, String> {

let store = |password: &str, replace: bool| {
if let Err(error) = collection.create_item(
"fedora-update-feedback",
"bodhi-cli",
attributes.clone(),
&password.as_bytes(),
replace,
Expand Down

0 comments on commit 9906210

Please sign in to comment.