From 6e909477ae60188e63cf5c171499bec0b3fde474 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 29 Jan 2021 21:23:52 -0800 Subject: [PATCH] nix/deployment: Well, that's an embarrassing typo... --- src/nix/deployment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/deployment.rs b/src/nix/deployment.rs index f043fda..453a0b0 100644 --- a/src/nix/deployment.rs +++ b/src/nix/deployment.rs @@ -145,7 +145,7 @@ impl DeploymentResult { fn failure(stage: DeploymentStage, logs: Option) -> Self { Self { stage, - success: true, + success: false, logs, } }