summary refs log tree commit diff
path: root/pkgs/applications/backup/pika-backup/borg-path.patch
blob: c4ed649ffc9262bce224550611eae8d9ce2a34a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/borg/utils.rs b/src/borg/utils.rs
index 4e30913..30d7d6f 100644
--- a/src/borg/utils.rs
+++ b/src/borg/utils.rs
@@ -223,7 +223,7 @@ impl BorgCall {
     }
 
     pub fn cmd(&self) -> Command {
-        let mut cmd = Command::new("borg");
+        let mut cmd = Command::new("@borg@");
 
         cmd.args(self.args())
             .stderr(Stdio::piped())