Unverified Commit 2ed9e2bb authored by Danielle's avatar Danielle Committed by GitHub
Browse files

fix structs comment

Co-Authored-By: default avatarnickethier <ncethier@gmail.com>
parent 971634a3
Showing with 1 addition and 1 deletion
+1 -1
......@@ -4809,7 +4809,7 @@ func (tg *TaskGroup) Validate(j *Job) error {
}
}
// Check for duplicate tasks or port labels, that there is only leader task if any,
// Check for duplicate tasks or port labels, that there is only one leader task if any,
// and no duplicated static or mapped ports
tasks := make(map[string]int)
leaderTasks := 0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment