1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-09 09:51:02 +01:00

Small cleanup

This commit is contained in:
Bernd Schoolmann 2024-09-12 14:41:11 +02:00
parent ae6369744d
commit c6f20d32dc
No known key found for this signature in database

View File

@ -30,8 +30,7 @@ impl BitwardenDesktopAgent {
let ssh_agent_directory = match my_home() {
Ok(Some(home)) => home,
Ok(None) => PathBuf::from("/tmp/"),
Err(_) => PathBuf::from("/tmp/"),
_ => PathBuf::from("/tmp/"),
};
ssh_agent_directory
.join(".bitwarden-ssh-agent.sock")