Skip to content

Commit

Permalink
fix: Error message if cronworkflow failed to update (argoproj#9583)
Browse files Browse the repository at this point in the history
Signed-off-by: juchao <juchao@coscene.io>
  • Loading branch information
sarabala1979 authored and juchaosong committed Nov 3, 2022
1 parent 491e69f commit cc7e43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/cron/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (woc *cronWfOperationCtx) patch(ctx context.Context, patch map[string]inter
return true, nil
})
if err != nil {
woc.log.WithError(err).Error("failed to data cron workflow")
woc.log.WithError(err).Error("failed to update cron workflow")
return
}
}
Expand Down

0 comments on commit cc7e43f

Please sign in to comment.