Unify the representation of the three dots.

This commit is contained in:
Maximilian Paß
2023-11-09 11:59:46 +01:00
committed by Sebastian Serth
parent 0f7e98f78e
commit 70c108aebf
6 changed files with 8 additions and 8 deletions

View File

@ -214,7 +214,7 @@ func (m *NomadEnvironmentManager) load() error {
for _, job := range templateJobs {
jobLogger := log.WithField("jobID", *job.ID)
if *job.Status != structs.JobStatusRunning {
jobLogger.Info("Job not running, skipping ...")
jobLogger.Info("Job not running, skipping...")
continue
}
configTaskGroup := nomad.FindAndValidateConfigTaskGroup(job)