Skip to content

Commit

Permalink
Update exec.go
Browse files Browse the repository at this point in the history
  • Loading branch information
claire1618 committed Aug 28, 2023
1 parent bb19197 commit d0d2dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vela-worker/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (w *Worker) exec(index int, config *library.Worker) error {

// get the build pipeline from the build executable
pipeline := new(pipeline.Build)
err = json.Unmarshal((execBuildExecutable.GetData()), pipeline)
err = json.Unmarshal(execBuildExecutable.GetData(), pipeline)
if err != nil {
return err
}
Expand Down

0 comments on commit d0d2dd9

Please sign in to comment.