Skip to content

Commit 50ea132

Browse files
Returns error on failure
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
1 parent b91e723 commit 50ea132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/docker/deployer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ func (e *containerInspectionError) Error() string { return e.msg }
598598

599599
// inspectContainer inspects the container with the given ID and returns response.
600600
//
601-
// Returns a `containerInspectionError` representing the underlying error and indicates
601+
// On failure, returns a `containerInspectionError` representing the underlying error and indicates
602602
// `err.Fatal: true` if the container is no longer running.
603603
func inspectContainer(
604604
ctx context.Context,

0 commit comments

Comments
 (0)