about summary refs log tree commit diff
path: root/pkgs/applications/backup/pika-backup/borg-path.patch
blob: dc5d417d148002dae49f71e2d5e9c98ecb422160 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/borg/process.rs b/src/borg/process.rs
index 9af8da7..85bcbf8 100644
--- a/src/borg/process.rs
+++ b/src/borg/process.rs
@@ -278,7 +278,7 @@ impl BorgCall {
     }
 
     pub(super) fn command(&self) -> Result<(async_process::Command, UnixStream)> {
-        let mut cmd = async_process::Command::new("borg");
+        let mut cmd = async_process::Command::new("@borg@");
 
         let unix_stream = self.stream_password(&mut cmd)?;