We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91e723 commit 50ea132Copy full SHA for 50ea132
1 file changed
internal/docker/deployer.go
@@ -598,7 +598,7 @@ func (e *containerInspectionError) Error() string { return e.msg }
598
599
// inspectContainer inspects the container with the given ID and returns response.
600
//
601
-// Returns a `containerInspectionError` representing the underlying error and indicates
+// On failure, returns a `containerInspectionError` representing the underlying error and indicates
602
// `err.Fatal: true` if the container is no longer running.
603
func inspectContainer(
604
ctx context.Context,
0 commit comments