Skip to content

Commit

Permalink
Update src/global/trampoline.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Nov 22, 2024
1 parent 90e6c53 commit 3108d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/trampoline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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?
{
Expand Down

0 comments on commit 3108d96

Please sign in to comment.