forked from DGNum/colmena
nix/deployment: Well, that's an embarrassing typo...
This commit is contained in:
parent
68ecb095b8
commit
6e909477ae
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ impl DeploymentResult {
|
|||
fn failure(stage: DeploymentStage, logs: Option<String>) -> Self {
|
||||
Self {
|
||||
stage,
|
||||
success: true,
|
||||
success: false,
|
||||
logs,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue