Skip to content

Commit b3f7c7f

Browse files
giulio93lucarin91
andauthored
Update internal/orchestrator/orchestrator.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent d60c60f commit b3f7c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/orchestrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func stopAppWithCmd(ctx context.Context, docker command.Cli, app app.ArduinoApp,
388388
return
389389
}
390390
if appStatus.Status != StatusStarting && appStatus.Status != StatusRunning {
391-
yield(StreamMessage{error: fmt.Errorf("App %q is not running", app.Name)})
391+
yield(StreamMessage{error: fmt.Errorf("app %q is not running", app.Name)})
392392
return
393393
}
394394

0 commit comments

Comments
 (0)