Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 13 lines 452 B view raw
1diff --git a/src/borg/process.rs b/src/borg/process.rs 2index 9af8da7..85bcbf8 100644 3--- a/src/borg/process.rs 4+++ b/src/borg/process.rs 5@@ -278,7 +278,7 @@ impl BorgCall { 6 } 7 8 pub(super) fn command(&self) -> Result<(async_process::Command, UnixStream)> { 9- let mut cmd = async_process::Command::new("borg"); 10+ let mut cmd = async_process::Command::new("@borg@"); 11 12 let unix_stream = self.stream_password(&mut cmd)?; 13