diff --git a/src/global/trampoline.rs b/src/global/trampoline.rs index 8224aebb9..181a27a86 100644 --- a/src/global/trampoline.rs +++ b/src/global/trampoline.rs @@ -342,7 +342,7 @@ impl Trampoline { } async fn write_trampoline(&self) -> miette::Result<()> { - // We need to check whether the trampoline binary is already saved and it have the trampoline content + // We need to check that there's indeed a trampoline at the path if !self.trampoline_path().is_file() || !Trampoline::is_trampoline(&self.trampoline_path()).await? {