Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update outdated option name #2693

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/run_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (r *JobRunner) verificationFailureLogs(behavior string, err error) {

if behavior == VerificationBehaviourWarn {
l.Warn("Job will be run whether or not it can be verified - this is not recommended.")
l.Warn("You can change this behavior with the `job-verification-failure-behavior` agent configuration option.")
l.Warn("You can change this behavior with the `verification-failure-behavior` agent configuration option.")
fmt.Fprintln(r.jobLogs, "Job will be run without verification")
}
}
Expand Down