Skip to content

Commit

Permalink
fix(manager): index controller goroutines field
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jun 4, 2016
1 parent de8e22e commit b2bd87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/controller_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type info struct {
Runtime string `json:"runtime"`
Platform string `json:"platform"`
NumCPU int `json:"cpus"`
NumGoroutines int `json:"gorutines"`
NumGoroutines int `json:"goroutines"`
Links map[string]string `json:"links"`
}

Expand Down

0 comments on commit b2bd87d

Please sign in to comment.