mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Lowercase message
This commit is contained in:
@@ -1622,7 +1622,7 @@ func (tg *TaskGroup) Validate() error {
|
||||
mErr.Errors = append(mErr.Errors, err)
|
||||
}
|
||||
} else {
|
||||
mErr.Errors = append(mErr.Errors, fmt.Errorf("Task Group %v should have a Ephemeral Disk object", tg.Name))
|
||||
mErr.Errors = append(mErr.Errors, fmt.Errorf("Task Group %v should have a ephemeral disk object", tg.Name))
|
||||
}
|
||||
|
||||
// Check for duplicate tasks
|
||||
|
||||
Reference in New Issue
Block a user