Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-Authored-By: preetapan <preetha@hashicorp.com>
  • Loading branch information
schmichael and preetapan committed May 3, 2019
1 parent 96d6902 commit 5c43a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/allocrunner/alloc_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ func (ar *allocRunner) clientAlloc(taskStates map[string]*structs.TaskState) *st
if a.ClientTerminalStatus() {
alloc := ar.Alloc()

// If we are part of a deployment and the task has failed, mark the
// If we are part of a deployment and the alloc has failed, mark the
// alloc as unhealthy. This guards against the watcher not be started.
// If the health status is already set then terminal allocations should not
if a.ClientStatus == structs.AllocClientStatusFailed &&
Expand Down

0 comments on commit 5c43a16

Please sign in to comment.