Skip to content

Commit cf174a0

Browse files
committed
fixup! fix: fall back to the original behaviour if timeout is disabled
1 parent d2532e2 commit cf174a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)