Skip to content

Commit

Permalink
fix: Error message if cronworkflow failed to update (#9583)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabala1979 committed Sep 13, 2022
1 parent ee4df02 commit 30bd96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/cron/operator.go
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 30bd96b

Please sign in to comment.