mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
Small cleanup
This commit is contained in:
parent
ae6369744d
commit
c6f20d32dc
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user