Skip to content

Commit

Permalink
fixup! feat: Support events.preStop
Browse files Browse the repository at this point in the history
  • Loading branch information
AObuchow committed Aug 30, 2023
1 parent ebd1568 commit a81c3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/library/lifecycle/prestop.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func AddPreStopLifecycleHooks(wksp *dw.DevWorkspaceTemplateSpec, containers []co
// {
// cd <workingDir>
// <commandline>
// } 1>/proc/1/fd/1 2>/proc/1/fd/2
// }
func processCommandsForPreStop(commands []dw.Command) (*corev1.LifecycleHandler, error) {
var dwCommands []string
for _, command := range commands {
Expand Down

0 comments on commit a81c3d7

Please sign in to comment.