Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Sep 16, 2024
1 parent c79f275 commit 21ec35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/job/process_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (receiver *ProcessTask) Handle(args ...any) error {
return err
}

if _, err = shell.Execf(task.Shell); err != nil {
if _, err = shell.Execf(task.Shell); err != nil { // nolint: govet
return err
}

Expand Down

0 comments on commit 21ec35b

Please sign in to comment.