spelling: annotated
This commit is contained in:
parent
8fdfaf3a2e
commit
d468bdf5a2
|
@ -251,7 +251,7 @@ func formatDryRun(resp *api.JobPlanResponse, job *api.Job) string {
|
|||
return out
|
||||
}
|
||||
|
||||
// formatJobDiff produces an annoted diff of the job. If verbose mode is
|
||||
// formatJobDiff produces an annotated diff of the job. If verbose mode is
|
||||
// set, added or deleted task groups and tasks are expanded.
|
||||
func formatJobDiff(job *api.JobDiff, verbose bool) string {
|
||||
marker, _ := getDiffString(job.Type)
|
||||
|
|
Loading…
Reference in New Issue