Skip to content

Commit

Permalink
sink-server: fix running state of docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Dec 1, 2023
1 parent b6558f0 commit 53bc17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sink-server/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func (e *DockerEngine) Info(ctx context.Context, deploymentID string, zlog *zap.
}

var outputs []*dockerComposePSOutput
if err != nil {
if err := json.Unmarshal(line, &outputs); err != nil {
return nil, fmt.Errorf("unmarshalling docker output: %w", err)
}

Expand Down

0 comments on commit 53bc17c

Please sign in to comment.