Skip to content

Commit

Permalink
Remove misleading err report
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-T-Owens committed Jan 8, 2025
1 parent 1b13402 commit 0bbf6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gitbutler-secret/src/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub mod git_credentials {
Ok(())
}

#[instrument(skip(self), err(Debug))]
#[instrument(skip(self))]
fn get_password(&self) -> keyring::Result<String> {
let (mut cascade, get_action, prompt) = self
.store
Expand Down

0 comments on commit 0bbf6f5

Please sign in to comment.