Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 5, 2025
1 parent c45afea commit 40b37fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func launchHook(hook string, timeout time.Duration, meta map[string]string) erro
}

go func() {
<-ctxCmd.Done():
<-ctxCmd.Done()
if ctxCmd.Err() != nil {
_ = cmd.Process.Kill()
_ = stdout.Close()
Expand Down

0 comments on commit 40b37fe

Please sign in to comment.