Skip to content

Commit

Permalink
Fix JSON key typo for used_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Senart committed Jul 31, 2015
1 parent c90b123 commit 9e40376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ type resources struct {

type slave struct {
PID string `json:"pid"`
Used resources `json:"user_resources"`
Used resources `json:"used_resources"`
Unreserved resources `json:"unreserved_resources"`
Total resources `json:"resources"`
}
Expand Down

0 comments on commit 9e40376

Please sign in to comment.