From 7e000316bdd9a7df222c81025d0ff7c099013f90 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sat, 22 Aug 2026 16:46:00 +0200 Subject: Update Nix flake inputs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 9a139ad..60417ec 100644 --- a/src/main.rs +++ b/src/main.rs @@ -431,7 +431,7 @@ async fn serve( } let status = r.context("failed to wait for wrapped command")?; if !status.success() { - return Err(WrappedCommandError(status))?; + Err(WrappedCommandError(status))?; } Ok(()) }, -- cgit v1.3.1