Skip to content

Commit 5bc0439

Browse files
giulio93lucarin91
andcommitted
Update internal/orchestrator/status.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent 5a5080f commit 5bc0439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/orchestrator/status.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ func StatusFromDockerState(s container.ContainerState, statusMessage string) Sta
4646
return StatusStopped
4747
case container.StateExited:
4848
if !isExitBySignal(statusMessage) {
49-
// The app exited on its own, which we consider a failure.
49+
// The app exited on its own, which we consider a failure.
5050
return StatusFailed
5151
}
5252
return StatusStopped
5353
case container.StateDead:
5454
return StatusFailed
55-
5655
default:
5756
panic("unreachable")
5857
}

0 commit comments

Comments
 (0)