Skip to content

Commit

Permalink
Merge pull request #5903 from gitbutlerapp/remove-misleading-err
Browse files Browse the repository at this point in the history
Remove misleading err report
  • Loading branch information
Caleb-T-Owens authored Jan 8, 2025
2 parents 8bccc41 + 0bbf6f5 commit 8939217
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 8939217

Please sign in to comment.