Skip to content

Commit 2813408

Browse files
committed
fixup! fix: fall back to the original behaviour if timeout is disabled
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
1 parent d2532e2 commit 2813408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/library/lifecycle/poststart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func processCommandsWithoutTimeoutFallback(commands []dw.Command) (*corev1.Lifec
222222
Command: []string{
223223
"/bin/sh",
224224
"-c",
225-
fmt.Sprintf(redirectOutputFmt, joinedCommands),
225+
fmt.Sprintf(noTimeoutRedirectOutputFmt, joinedCommands),
226226
},
227227
},
228228
}

0 commit comments

Comments
 (0)