Skip to content

Commit

Permalink
chore: Code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Apr 6, 2020
1 parent 12a28b4 commit d05fe3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dkron/invoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (a *Agent) invokeJob(job *Job, execution *Execution) error {
return err
}

// Send the first update with the initial execution state to be stored in the server
if err := stream.Send(&proto.AgentRunStream{
Execution: execution.ToProto(),
}); err != nil {
Expand Down

0 comments on commit d05fe3c

Please sign in to comment.