Skip to content

Commit

Permalink
FIX change header name DKRON_PRISTINE_JOBS
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Sousa authored and Miguel Sousa committed Jan 25, 2021
1 parent 5be4196 commit 20ab436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (h *HTTPTransport) UI(r *gin.RouterGroup) {
"DKRON_LEADER": ln,
"DKRON_TOTAL_JOBS": totalJobs,
"DKRON_FAILED_JOBS": failedJobs,
"DKRON_DIS_PRISTINE_JOBS": pristineJobs,
"DKRON_PRISTINE_JOBS": pristineJobs,
"DKRON_SUCCESSFUL_JOBS": successfulJobs,
})
}
Expand Down

0 comments on commit 20ab436

Please sign in to comment.