Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed May 17, 2018
1 parent 7f36172 commit 7b0ecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ func (task *TaskRun) setMaxRunTimer() *time.Timer {

func (task *TaskRun) kill() {
for _, command := range task.Commands {
err = command.Kill()
err := command.Kill()
if err != nil {
task.Warnf("%v", err)
}
Expand Down

0 comments on commit 7b0ecab

Please sign in to comment.