nix/deployment: Well, that's an embarrassing typo...

This commit is contained in:
Zhaofeng Li 2021-01-29 21:23:52 -08:00
parent 68ecb095b8
commit 6e909477ae

View file

@ -145,7 +145,7 @@ impl DeploymentResult {
fn failure(stage: DeploymentStage, logs: Option<String>) -> Self {
Self {
stage,
success: true,
success: false,
logs,
}
}