1diff --git a/src/borg/utils.rs b/src/borg/utils.rs
2index 4e30913..30d7d6f 100644
3--- a/src/borg/utils.rs
4+++ b/src/borg/utils.rs
5@@ -223,7 +223,7 @@ impl BorgCall {
6 }
7
8 pub fn cmd(&self) -> Command {
9- let mut cmd = Command::new("borg");
10+ let mut cmd = Command::new("@borg@");
11
12 cmd.args(self.args())
13 .stderr(Stdio::piped())