Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
x-cray committed Sep 14, 2016
1 parent 84d648d commit fcea3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marathon/marathon_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func originalPorts(app *marathonClient.Application) []int {
}

func isHealthy(task *marathonClient.Task, app *marathonClient.Application) bool {
// Task has no healthchecks. Assume healthy.
// App has no healthchecks. Assume healthy.
if (app.HealthChecks == nil) || (len(*app.HealthChecks) == 0) {
return true;
}
Expand Down

0 comments on commit fcea3d6

Please sign in to comment.